Html Css Color HEX #72CEB5 Downy

📋 copy color: '#72CEB5'

red 114 ◦ green 206 ◦ blue 181

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

Shades of Downy #72CEB5

Tints of Downy #72CEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 22.75%
G = 41.12%
B = 36.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#72CEB5 (or 0x72CEB5) is known color: Downy. HEX triplet: 72, CE and B5. RGB value is (114,206,181). Sum of RGB (Red+Green+Blue) = 114+206+181=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEB5 is #8D314A. Grayscale: #AFAFAF. Windows color (decimal): -9253195 or 11914866. OLE color: 11914866.

HSL color Cylindrical-coordinate representation of color #72CEB5: hue angle of 163.7º 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 #72CEB5 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 181 -
CMYK 0.45 0 0.12 0.19
HSL 163.7º 0.48% 0.63% -
HSV(B) 163.7º 0.45% 0.81% -
XYZ 37.35 51.06 51.6 -
YUV 175.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 114 206 181 0.45 0 0.12 0.19 163.7 0.48 0.63
Hex 72 CE B5 2D 0 C 13 A4 30 3F
Octal 162 316 265 55 0 14 23 244 60 77
Binary 1110010 11001110 10110101 101101 0 1100 10011 10100100 110000 111111

Color Harmonies of #72CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEB5

Black with #72CEB5

Text Example


Text Example

White with #72CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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