#72BF9D

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

Shades of Silver Tree #72BF9D

Tints of Silver Tree #72BF9D

Color information

#72BF9D (or 0x72BF9D) is unknown color: approx Silver Tree. HEX triplet: 72, BF and 9D. RGB value is (114,191,157). Sum of RGB (Red+Green+Blue) = 114+191+157=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF9D is #8D4062. Grayscale: #A4A4A4. Windows color (decimal): -9257059 or 10338162. OLE color: 10338162.

HSL color Cylindrical-coordinate representation of color #72BF9D: hue angle of 153.51º degrees, saturation: 0.38, 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 #72BF9D is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB114191157-
CMYK0.4000.180.25
HSL153.51º37.56%59.8%-
HSV(B)153.51º40.31%74.9%-
XYZ31.6643.2738.58-
YUV164.1123.9992.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.68%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=24.68%
G=41.34%
B=33.98%

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
Decimal1141911570.4000.180.25153.5137.5659.8
Hex72BF9D28012199a263c
Octal16227723550022312324674
Binary111001010111111100111011010000100101100110011010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,157); }

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

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

 a { background-color: rgb(114,191,157); }

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

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

 span { border-color: rgb(114,191,157); }

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