Html Css Color HEX #72EAC2 Downy

📋 copy color: '#72EAC2'

red 114 ◦ green 234 ◦ blue 194

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

Shades of Downy #72EAC2

Tints of Downy #72EAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 21.03%
G = 43.17%
B = 35.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#72EAC2 (or 0x72EAC2) is known color: Downy. HEX triplet: 72, EA and C2. RGB value is (114,234,194). Sum of RGB (Red+Green+Blue) = 114+234+194=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #72EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EAC2 is #8D153D. Grayscale: #C1C1C1. Windows color (decimal): -9246014 or 12774002. OLE color: 12774002.

HSL color Cylindrical-coordinate representation of color #72EAC2: hue angle of 160º 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 #72EAC2 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 234 194 -
CMYK 0.51 0 0.17 0.08
HSL 160º 0.74% 0.68% -
HSV(B) 160º 0.51% 0.92% -
XYZ 46.1 66.32 61.41 -
YUV 193.56 128.24 71.25 -
System Red Green Blue C M Y K H S L
Decimal 114 234 194 0.51 0 0.17 0.08 160 0.74 0.68
Hex 72 EA C2 33 0 11 8 A0 4A 44
Octal 162 352 302 63 0 21 10 240 112 104
Binary 1110010 11101010 11000010 110011 0 10001 1000 10100000 1001010 1000100

Color Harmonies of #72EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EAC2

Black with #72EAC2

Text Example


Text Example

White with #72EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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