Html Css Color HEX #72C5CF Spray

📋 copy color: '#72C5CF'

red 114 ◦ green 197 ◦ blue 207

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

Shades of Spray #72C5CF

Tints of Spray #72C5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 22.01%
G = 38.03%
B = 39.96%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72C5CF (or 0x72C5CF) is known color: Spray. HEX triplet: 72, C5 and CF. RGB value is (114,197,207). Sum of RGB (Red+Green+Blue) = 114+197+207=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #72C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C5CF is #8D3A30. Grayscale: #ADADAD. Windows color (decimal): -9255473 or 13616498. OLE color: 13616498.

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

Color convert

RGB 114 197 207 -
CMYK 0.45 0.05 0 0.19
HSL 186.45º 0.49% 0.63% -
HSV(B) 186.45º 0.45% 0.81% -
XYZ 38.17 48.01 66.29 -
YUV 173.32 147 85.69 -
System Red Green Blue C M Y K H S L
Decimal 114 197 207 0.45 0.05 0 0.19 186.45 0.49 0.63
Hex 72 C5 CF 2D 5 0 13 BA 31 3F
Octal 162 305 317 55 5 0 23 272 61 77
Binary 1110010 11000101 11001111 101101 101 0 10011 10111010 110001 111111

Color Harmonies of #72C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C5CF

Black with #72C5CF

Text Example


Text Example

White with #72C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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