Html Css Color HEX #72D0CC Downy

📋 copy color: '#72D0CC'

red 114 ◦ green 208 ◦ blue 204

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

Shades of Downy #72D0CC

Tints of Downy #72D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 21.67%
G = 39.54%
B = 38.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#72D0CC (or 0x72D0CC) is known color: Downy. HEX triplet: 72, D0 and CC. RGB value is (114,208,204). Sum of RGB (Red+Green+Blue) = 114+208+204=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0CC is #8D2F33. Grayscale: #B3B3B3. Windows color (decimal): -9252660 or 13422706. OLE color: 13422706.

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

Color convert

RGB 114 208 204 -
CMYK 0.45 0 0.02 0.18
HSL 177.45º 0.5% 0.63% -
HSV(B) 177.45º 0.45% 0.82% -
XYZ 40.39 53.05 65.24 -
YUV 179.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 114 208 204 0.45 0 0.02 0.18 177.45 0.5 0.63
Hex 72 D0 CC 2D 0 2 12 B1 32 3F
Octal 162 320 314 55 0 2 22 261 62 77
Binary 1110010 11010000 11001100 101101 0 10 10010 10110001 110010 111111

Color Harmonies of #72D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D0CC

Black with #72D0CC

Text Example


Text Example

White with #72D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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