Html Css Color HEX #72D0BB Downy

📋 copy color: '#72D0BB'

red 114 ◦ green 208 ◦ blue 187

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

Shades of Downy #72D0BB

Tints of Downy #72D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 22.4%
G = 40.86%
B = 36.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#72D0BB (or 0x72D0BB) is known color: Downy. HEX triplet: 72, D0 and BB. RGB value is (114,208,187). Sum of RGB (Red+Green+Blue) = 114+208+187=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0BB is #8D2F44. Grayscale: #B1B1B1. Windows color (decimal): -9252677 or 12308594. OLE color: 12308594.

HSL color Cylindrical-coordinate representation of color #72D0BB: hue angle of 166.6º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D0BB is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 187 -
CMYK 0.45 0 0.10 0.18
HSL 166.6º 0.5% 0.63% -
HSV(B) 166.6º 0.45% 0.82% -
XYZ 38.46 52.28 55.08 -
YUV 177.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 114 208 187 0.45 0 0.10 0.18 166.6 0.5 0.63
Hex 72 D0 BB 2D 0 A 12 A7 32 3F
Octal 162 320 273 55 0 12 22 247 62 77
Binary 1110010 11010000 10111011 101101 0 1010 10010 10100111 110010 111111

Color Harmonies of #72D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D0BB

Black with #72D0BB

Text Example


Text Example

White with #72D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,208,187); }

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

background-color css

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

 a { background-color: rgb(114,208,187); }

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

border-color css

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

 span { border-color: rgb(114,208,187); }

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