Html Css Color HEX #72EAC8 Downy

📋 copy color: '#72EAC8'

red 114 ◦ green 234 ◦ blue 200

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

Shades of Downy #72EAC8

Tints of Downy #72EAC8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.7%

 BLUE value IS 200 (78.52% from 255) = 36.5%

R = 20.8%
G = 42.7%
B = 36.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#72EAC8 (or 0x72EAC8) is known color: Downy. HEX triplet: 72, EA and C8. RGB value is (114,234,200). Sum of RGB (Red+Green+Blue) = 114+234+200=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #72EAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EAC8 is #8D1537. Grayscale: #C2C2C2. Windows color (decimal): -9246008 or 13167218. OLE color: 13167218.

HSL color Cylindrical-coordinate representation of color #72EAC8: hue angle of 163º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EAC8 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 234 200 -
CMYK 0.51 0 0.15 0.08
HSL 163º 0.74% 0.68% -
HSV(B) 163º 0.51% 0.92% -
XYZ 46.79 66.59 65.03 -
YUV 194.24 131.24 70.76 -
System Red Green Blue C M Y K H S L
Decimal 114 234 200 0.51 0 0.15 0.08 163 0.74 0.68
Hex 72 EA C8 33 0 F 8 A3 4A 44
Octal 162 352 310 63 0 17 10 243 112 104
Binary 1110010 11101010 11001000 110011 0 1111 1000 10100011 1001010 1000100

Color Harmonies of #72EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EAC8

Black with #72EAC8

Text Example


Text Example

White with #72EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,234,200); }

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

background-color css

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

 a { background-color: rgb(114,234,200); }

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

border-color css

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

 span { border-color: rgb(114,234,200); }

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