Html Css Color HEX #72EAC7 Downy

📋 copy color: '#72EAC7'

red 114 ◦ green 234 ◦ blue 199

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

Shades of Downy #72EAC7

Tints of Downy #72EAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 20.84%
G = 42.78%
B = 36.38%

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

#72EAC7 (or 0x72EAC7) is known color: Downy. HEX triplet: 72, EA and C7. RGB value is (114,234,199). Sum of RGB (Red+Green+Blue) = 114+234+199=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #72EAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EAC7 is #8D1538. Grayscale: #C2C2C2. Windows color (decimal): -9246009 or 13101682. OLE color: 13101682.

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

Color convert

RGB 114 234 199 -
CMYK 0.51 0 0.15 0.08
HSL 162.5º 0.74% 0.68% -
HSV(B) 162.5º 0.51% 0.92% -
XYZ 46.67 66.55 64.42 -
YUV 194.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 114 234 199 0.51 0 0.15 0.08 162.5 0.74 0.68
Hex 72 EA C7 33 0 F 8 A2 4A 44
Octal 162 352 307 63 0 17 10 242 112 104
Binary 1110010 11101010 11000111 110011 0 1111 1000 10100010 1001010 1000100

Color Harmonies of #72EAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EAC7

Black with #72EAC7

Text Example


Text Example

White with #72EAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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