Html Css Color HEX #72CDB6 Downy

📋 copy color: '#72CDB6'

red 114 ◦ green 205 ◦ blue 182

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

Shades of Downy #72CDB6

Tints of Downy #72CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.92%

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 22.75%
G = 40.92%
B = 36.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#72CDB6 (or 0x72CDB6) is known color: Downy. HEX triplet: 72, CD and B6. RGB value is (114,205,182). Sum of RGB (Red+Green+Blue) = 114+205+182=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDB6 is #8D3249. Grayscale: #AFAFAF. Windows color (decimal): -9253450 or 11980146. OLE color: 11980146.

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

Color convert

RGB 114 205 182 -
CMYK 0.44 0 0.11 0.20
HSL 164.84º 0.48% 0.63% -
HSV(B) 164.84º 0.44% 0.8% -
XYZ 37.21 50.62 52.06 -
YUV 175.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 114 205 182 0.44 0 0.11 0.20 164.84 0.48 0.63
Hex 72 CD B6 2C 0 B 14 A5 30 3F
Octal 162 315 266 54 0 13 24 245 60 77
Binary 1110010 11001101 10110110 101100 0 1011 10100 10100101 110000 111111

Color Harmonies of #72CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDB6

Black with #72CDB6

Text Example


Text Example

White with #72CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,205,182); }

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

background-color css

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

 a { background-color: rgb(114,205,182); }

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

border-color css

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

 span { border-color: rgb(114,205,182); }

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