Html Css Color HEX #72EABA Downy

📋 copy color: '#72EABA'

red 114 ◦ green 234 ◦ blue 186

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

Shades of Downy #72EABA

Tints of Downy #72EABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 21.35%
G = 43.82%
B = 34.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#72EABA (or 0x72EABA) is known color: Downy. HEX triplet: 72, EA and BA. RGB value is (114,234,186). Sum of RGB (Red+Green+Blue) = 114+234+186=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #72EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EABA is #8D1545. Grayscale: #C0C0C0. Windows color (decimal): -9246022 or 12249714. OLE color: 12249714.

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

Color convert

RGB 114 234 186 -
CMYK 0.51 0 0.21 0.08
HSL 156º 0.74% 0.68% -
HSV(B) 156º 0.51% 0.92% -
XYZ 45.23 65.97 56.8 -
YUV 192.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 114 234 186 0.51 0 0.21 0.08 156 0.74 0.68
Hex 72 EA BA 33 0 15 8 9C 4A 44
Octal 162 352 272 63 0 25 10 234 112 104
Binary 1110010 11101010 10111010 110011 0 10101 1000 10011100 1001010 1000100

Color Harmonies of #72EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EABA

Black with #72EABA

Text Example


Text Example

White with #72EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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