Html Css Color HEX #72E5CC Downy

📋 copy color: '#72E5CC'

red 114 ◦ green 229 ◦ blue 204

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

Shades of Downy #72E5CC

Tints of Downy #72E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

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

R = 20.84%
G = 41.86%
B = 37.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#72E5CC (or 0x72E5CC) is known color: Downy. HEX triplet: 72, E5 and CC. RGB value is (114,229,204). Sum of RGB (Red+Green+Blue) = 114+229+204=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E5CC is #8D1A33. Grayscale: #BFBFBF. Windows color (decimal): -9247284 or 13428082. OLE color: 13428082.

HSL color Cylindrical-coordinate representation of color #72E5CC: hue angle of 166.96º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E5CC is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 229 204 -
CMYK 0.50 0 0.11 0.10
HSL 166.96º 0.69% 0.67% -
HSV(B) 166.96º 0.5% 0.9% -
XYZ 45.86 63.98 67.06 -
YUV 191.77 134.9 72.53 -
System Red Green Blue C M Y K H S L
Decimal 114 229 204 0.50 0 0.11 0.10 166.96 0.69 0.67
Hex 72 E5 CC 32 0 B A A7 45 43
Octal 162 345 314 62 0 13 12 247 105 103
Binary 1110010 11100101 11001100 110010 0 1011 1010 10100111 1000101 1000011

Color Harmonies of #72E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5CC

Black with #72E5CC

Text Example


Text Example

White with #72E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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