Html Css Color HEX #72E3CF Downy

📋 copy color: '#72E3CF'

red 114 ◦ green 227 ◦ blue 207

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

Shades of Downy #72E3CF

Tints of Downy #72E3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 20.8%
G = 41.42%
B = 37.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#72E3CF (or 0x72E3CF) is known color: Downy. HEX triplet: 72, E3 and CF. RGB value is (114,227,207). Sum of RGB (Red+Green+Blue) = 114+227+207=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #72E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E3CF is #8D1C30. Grayscale: #BEBEBE. Windows color (decimal): -9247793 or 13624178. OLE color: 13624178.

HSL color Cylindrical-coordinate representation of color #72E3CF: hue angle of 169.38º 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 #72E3CF is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 227 207 -
CMYK 0.50 0 0.09 0.11
HSL 169.38º 0.67% 0.67% -
HSV(B) 169.38º 0.5% 0.89% -
XYZ 45.67 63.02 68.79 -
YUV 190.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 114 227 207 0.50 0 0.09 0.11 169.38 0.67 0.67
Hex 72 E3 CF 32 0 9 B A9 43 43
Octal 162 343 317 62 0 11 13 251 103 103
Binary 1110010 11100011 11001111 110010 0 1001 1011 10101001 1000011 1000011

Color Harmonies of #72E3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E3CF

Black with #72E3CF

Text Example


Text Example

White with #72E3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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