Html Css Color HEX #72CDB8 Downy

📋 copy color: '#72CDB8'

red 114 ◦ green 205 ◦ blue 184

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

Shades of Downy #72CDB8

Tints of Downy #72CDB8

RGB

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

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

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

R = 22.66%
G = 40.76%
B = 36.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#72CDB8 (or 0x72CDB8) is known color: Downy. HEX triplet: 72, CD and B8. RGB value is (114,205,184). Sum of RGB (Red+Green+Blue) = 114+205+184=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDB8 is #8D3247. Grayscale: #AFAFAF. Windows color (decimal): -9253448 or 12111218. OLE color: 12111218.

HSL color Cylindrical-coordinate representation of color #72CDB8: hue angle of 166.15º 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 #72CDB8 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 205 184 -
CMYK 0.44 0 0.10 0.20
HSL 166.15º 0.48% 0.63% -
HSV(B) 166.15º 0.44% 0.8% -
XYZ 37.42 50.7 53.16 -
YUV 175.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 114 205 184 0.44 0 0.10 0.20 166.15 0.48 0.63
Hex 72 CD B8 2C 0 A 14 A6 30 3F
Octal 162 315 270 54 0 12 24 246 60 77
Binary 1110010 11001101 10111000 101100 0 1010 10100 10100110 110000 111111

Color Harmonies of #72CDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDB8

Black with #72CDB8

Text Example


Text Example

White with #72CDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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