#72BE9C

Color #72BE9C Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #72BE9C

Tints of Silver Tree #72BE9C

Color information

#72BE9C (or 0x72BE9C) is unknown color: approx Silver Tree. HEX triplet: 72, BE and 9C. RGB value is (114,190,156). Sum of RGB (Red+Green+Blue) = 114+190+156=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE9C is #8D4163. Grayscale: #A3A3A3. Windows color (decimal): -9257316 or 10272370. OLE color: 10272370.

HSL color Cylindrical-coordinate representation of color #72BE9C: hue angle of 153.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE9C is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB114190156-
CMYK0.4000.180.25
HSL153.16º36.89%59.61%-
HSV(B)153.16º40%74.51%-
XYZ31.3542.838.06-
YUV163.4123.8292.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=24.78%
G=41.30%
B=33.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901560.4000.180.25153.1636.8959.61
Hex72BE9C280121999253c
Octal16227623450022312314574
Binary111001010111110100111001010000100101100110011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BE9C; }

 p { color: rgb(114,190,156); }

 H1.HeaderClassName
 {
   color: #72BE9C;
 }
 .AnyTagClassName
 {
   color: #72BE9C;
 }
</style>
background-color css

<style>
 a { background-color: #72BE9C; }

 a { background-color: rgb(114,190,156); }

 div.DivClassName
 {
   background-color: #72BE9C;
 }
 .BgClassName
 {
   background-color: #72BE9C;
 }
</style>
border-color css

<style>
 span { border-color: #72BE9C; }

 span { border-color: rgb(114,190,156); }

 td.TdClassName
 {
   border-color: #72BE9C;
 }
 .TagClassName
 {
   border-color: #72BE9C;
 }
</style>