Html Css Color HEX #72BE9E Silver Tree

📋 copy color: '#72BE9E'

red 114 ◦ green 190 ◦ blue 158

#72BE9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #72BE9E

Tints of Silver Tree #72BE9E

RGB

 RED value IS 114 (44.92% from 255) = 24.68%

 GREEN value IS 190 (74.61% from 255) = 41.13%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 24.68%
G = 41.13%
B = 34.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#72BE9E (or 0x72BE9E) is known color: Silver Tree. HEX triplet: 72, BE and 9E. RGB value is (114,190,158). Sum of RGB (Red+Green+Blue) = 114+190+158=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE9E is #8D4161. Grayscale: #A3A3A3. Windows color (decimal): -9257314 or 10403442. OLE color: 10403442.

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

Color convert

RGB 114 190 158 -
CMYK 0.40 0 0.17 0.25
HSL 154.74º 0.37% 0.6% -
HSV(B) 154.74º 0.4% 0.75% -
XYZ 31.52 42.87 38.96 -
YUV 163.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 114 190 158 0.40 0 0.17 0.25 154.74 0.37 0.6
Hex 72 BE 9E 28 0 11 19 9B 25 3C
Octal 162 276 236 50 0 21 31 233 45 74
Binary 1110010 10111110 10011110 101000 0 10001 11001 10011011 100101 111100

Color Harmonies of #72BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BE9E

Black with #72BE9E

Text Example


Text Example

White with #72BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BE9E;
 }
 .AnyTagClassName
 {
   color: #72BE9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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