Html Css Color HEX #72999C Cadet Blue

📋 copy color: '#72999C'

red 114 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #72999C

Tints of Cadet Blue #72999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 26.95%
G = 36.17%
B = 36.88%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72999C (or 0x72999C) is known color: Cadet Blue. HEX triplet: 72, 99 and 9C. RGB value is (114,153,156). Sum of RGB (Red+Green+Blue) = 114+153+156=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #72999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999C is #8D6663. Grayscale: #8D8D8D. Windows color (decimal): -9266788 or 10262898. OLE color: 10262898.

HSL color Cylindrical-coordinate representation of color #72999C: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72999C is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 153 156 -
CMYK 0.27 0.02 0 0.39
HSL 184.29º 0.18% 0.53% -
HSV(B) 184.29º 0.27% 0.61% -
XYZ 24.33 28.76 35.72 -
YUV 141.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 114 153 156 0.27 0.02 0 0.39 184.29 0.18 0.53
Hex 72 99 9C 1B 2 0 27 B8 12 35
Octal 162 231 234 33 2 0 47 270 22 65
Binary 1110010 10011001 10011100 11011 10 0 100111 10111000 10010 110101

Color Harmonies of #72999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72999C

Black with #72999C

Text Example


Text Example

White with #72999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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