Html Css Color HEX #72CFCE Downy

📋 copy color: '#72CFCE'

red 114 ◦ green 207 ◦ blue 206

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

Shades of Downy #72CFCE

Tints of Downy #72CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.28%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 21.63%
G = 39.28%
B = 39.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#72CFCE (or 0x72CFCE) is known color: Downy. HEX triplet: 72, CF and CE. RGB value is (114,207,206). Sum of RGB (Red+Green+Blue) = 114+207+206=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFCE is #8D3031. Grayscale: #B2B2B2. Windows color (decimal): -9252914 or 13553522. OLE color: 13553522.

HSL color Cylindrical-coordinate representation of color #72CFCE: hue angle of 179.35º 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 #72CFCE is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 206 -
CMYK 0.45 0 0.00 0.19
HSL 179.35º 0.49% 0.63% -
HSV(B) 179.35º 0.45% 0.81% -
XYZ 40.39 52.66 66.43 -
YUV 179.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 114 207 206 0.45 0 0.00 0.19 179.35 0.49 0.63
Hex 72 CF CE 2D 0 0 13 B3 31 3F
Octal 162 317 316 55 0 0 23 263 61 77
Binary 1110010 11001111 11001110 101101 0 0 10011 10110011 110001 111111

Color Harmonies of #72CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFCE

Black with #72CFCE

Text Example


Text Example

White with #72CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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