Html Css Color HEX #72EBC2 Downy

📋 copy color: '#72EBC2'

red 114 ◦ green 235 ◦ blue 194

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

Shades of Downy #72EBC2

Tints of Downy #72EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.28%

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

R = 20.99%
G = 43.28%
B = 35.73%

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

#72EBC2 (or 0x72EBC2) is known color: Downy. HEX triplet: 72, EB and C2. RGB value is (114,235,194). Sum of RGB (Red+Green+Blue) = 114+235+194=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBC2 is #8D143D. Grayscale: #C2C2C2. Windows color (decimal): -9245758 or 12774258. OLE color: 12774258.

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

Color convert

RGB 114 235 194 -
CMYK 0.51 0 0.17 0.08
HSL 159.67º 0.75% 0.68% -
HSV(B) 159.67º 0.51% 0.92% -
XYZ 46.39 66.89 61.51 -
YUV 194.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 114 235 194 0.51 0 0.17 0.08 159.67 0.75 0.68
Hex 72 EB C2 33 0 11 8 A0 4B 44
Octal 162 353 302 63 0 21 10 240 113 104
Binary 1110010 11101011 11000010 110011 0 10001 1000 10100000 1001011 1000100

Color Harmonies of #72EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EBC2

Black with #72EBC2

Text Example


Text Example

White with #72EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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