Html Css Color HEX #72CEB8 Downy

📋 copy color: '#72CEB8'

red 114 ◦ green 206 ◦ blue 184

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

Shades of Downy #72CEB8

Tints of Downy #72CEB8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 22.62%
G = 40.87%
B = 36.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#72CEB8 (or 0x72CEB8) is known color: Downy. HEX triplet: 72, CE and B8. RGB value is (114,206,184). Sum of RGB (Red+Green+Blue) = 114+206+184=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEB8 is #8D3147. Grayscale: #AFAFAF. Windows color (decimal): -9253192 or 12111474. OLE color: 12111474.

HSL color Cylindrical-coordinate representation of color #72CEB8: hue angle of 165.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEB8 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 184 -
CMYK 0.45 0 0.11 0.19
HSL 165.65º 0.48% 0.63% -
HSV(B) 165.65º 0.45% 0.81% -
XYZ 37.66 51.18 53.24 -
YUV 175.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 114 206 184 0.45 0 0.11 0.19 165.65 0.48 0.63
Hex 72 CE B8 2D 0 B 13 A6 30 3F
Octal 162 316 270 55 0 13 23 246 60 77
Binary 1110010 11001110 10111000 101101 0 1011 10011 10100110 110000 111111

Color Harmonies of #72CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEB8

Black with #72CEB8

Text Example


Text Example

White with #72CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,206,184); }

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

background-color css

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

 a { background-color: rgb(114,206,184); }

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

border-color css

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

 span { border-color: rgb(114,206,184); }

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