Html Css Color HEX #72999E Cadet Blue

📋 copy color: '#72999E'

red 114 ◦ green 153 ◦ blue 158

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

Shades of Cadet Blue #72999E

Tints of Cadet Blue #72999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

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

R = 26.82%
G = 36%
B = 37.18%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72999E (or 0x72999E) is known color: Cadet Blue. HEX triplet: 72, 99 and 9E. RGB value is (114,153,158). Sum of RGB (Red+Green+Blue) = 114+153+158=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #72999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999E is #8D6661. Grayscale: #8D8D8D. Windows color (decimal): -9266786 or 10393970. OLE color: 10393970.

HSL color Cylindrical-coordinate representation of color #72999E: hue angle of 186.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72999E is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 153 158 -
CMYK 0.28 0.03 0 0.38
HSL 186.82º 0.18% 0.53% -
HSV(B) 186.82º 0.28% 0.62% -
XYZ 24.5 28.83 36.62 -
YUV 141.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 114 153 158 0.28 0.03 0 0.38 186.82 0.18 0.53
Hex 72 99 9E 1C 3 0 26 BB 12 35
Octal 162 231 236 34 3 0 46 273 22 65
Binary 1110010 10011001 10011110 11100 11 0 100110 10111011 10010 110101

Color Harmonies of #72999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72999E

Black with #72999E

Text Example


Text Example

White with #72999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72999E; }

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

 H1.HeaderClassName
 {
   color: #72999E;
 }
 .AnyTagClassName
 {
   color: #72999E;
 }
</style>

background-color css

<style>
 a { background-color: #72999E; }

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

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

border-color css

<style>
 span { border-color: #72999E; }

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

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