Html Css Color HEX #72E3D2 Downy

📋 copy color: '#72E3D2'

red 114 ◦ green 227 ◦ blue 210

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

Shades of Downy #72E3D2

Tints of Downy #72E3D2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 20.69%
G = 41.2%
B = 38.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#72E3D2 (or 0x72E3D2) is known color: Downy. HEX triplet: 72, E3 and D2. RGB value is (114,227,210). Sum of RGB (Red+Green+Blue) = 114+227+210=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #72E3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E3D2 is #8D1C2D. Grayscale: #BFBFBF. Windows color (decimal): -9247790 or 13820786. OLE color: 13820786.

HSL color Cylindrical-coordinate representation of color #72E3D2: hue angle of 170.97º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E3D2 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 227 210 -
CMYK 0.50 0 0.07 0.11
HSL 170.97º 0.67% 0.67% -
HSV(B) 170.97º 0.5% 0.89% -
XYZ 46.04 63.17 70.74 -
YUV 191.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 114 227 210 0.50 0 0.07 0.11 170.97 0.67 0.67
Hex 72 E3 D2 32 0 7 B AB 43 43
Octal 162 343 322 62 0 7 13 253 103 103
Binary 1110010 11100011 11010010 110010 0 111 1011 10101011 1000011 1000011

Color Harmonies of #72E3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E3D2

Black with #72E3D2

Text Example


Text Example

White with #72E3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,227,210); }

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

background-color css

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

 a { background-color: rgb(114,227,210); }

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

border-color css

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

 span { border-color: rgb(114,227,210); }

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