Html Css Color HEX #72DBBA Downy

📋 copy color: '#72DBBA'

red 114 ◦ green 219 ◦ blue 186

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

Shades of Downy #72DBBA

Tints of Downy #72DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 21.97%
G = 42.2%
B = 35.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#72DBBA (or 0x72DBBA) is known color: Downy. HEX triplet: 72, DB and BA. RGB value is (114,219,186). Sum of RGB (Red+Green+Blue) = 114+219+186=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBBA is #8D2445. Grayscale: #B7B7B7. Windows color (decimal): -9249862 or 12245874. OLE color: 12245874.

HSL color Cylindrical-coordinate representation of color #72DBBA: hue angle of 161.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DBBA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 186 -
CMYK 0.48 0 0.15 0.14
HSL 161.14º 0.59% 0.65% -
HSV(B) 161.14º 0.48% 0.86% -
XYZ 41.13 57.79 55.44 -
YUV 183.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 114 219 186 0.48 0 0.15 0.14 161.14 0.59 0.65
Hex 72 DB BA 30 0 F E A1 3B 41
Octal 162 333 272 60 0 17 16 241 73 101
Binary 1110010 11011011 10111010 110000 0 1111 1110 10100001 111011 1000001

Color Harmonies of #72DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBBA

Black with #72DBBA

Text Example


Text Example

White with #72DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,219,186); }

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

background-color css

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

 a { background-color: rgb(114,219,186); }

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

border-color css

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

 span { border-color: rgb(114,219,186); }

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