Html Css Color HEX #72C5D0 Spray

📋 copy color: '#72C5D0'

red 114 ◦ green 197 ◦ blue 208

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

Shades of Spray #72C5D0

Tints of Spray #72C5D0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.96%

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 21.97%
G = 37.96%
B = 40.08%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72C5D0 (or 0x72C5D0) is known color: Spray. HEX triplet: 72, C5 and D0. RGB value is (114,197,208). Sum of RGB (Red+Green+Blue) = 114+197+208=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #72C5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C5D0 is #8D3A2F. Grayscale: #ADADAD. Windows color (decimal): -9255472 or 13682034. OLE color: 13682034.

HSL color Cylindrical-coordinate representation of color #72C5D0: hue angle of 187.02º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72C5D0 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 197 208 -
CMYK 0.45 0.05 0 0.18
HSL 187.02º 0.5% 0.63% -
HSV(B) 187.02º 0.45% 0.82% -
XYZ 38.29 48.06 66.93 -
YUV 173.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 114 197 208 0.45 0.05 0 0.18 187.02 0.5 0.63
Hex 72 C5 D0 2D 5 0 12 BB 32 3F
Octal 162 305 320 55 5 0 22 273 62 77
Binary 1110010 11000101 11010000 101101 101 0 10010 10111011 110010 111111

Color Harmonies of #72C5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C5D0

Black with #72C5D0

Text Example


Text Example

White with #72C5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,197,208); }

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

background-color css

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

 a { background-color: rgb(114,197,208); }

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

border-color css

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

 span { border-color: rgb(114,197,208); }

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