Html Css Color HEX #72DBC2 Downy

📋 copy color: '#72DBC2'

red 114 ◦ green 219 ◦ blue 194

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

Shades of Downy #72DBC2

Tints of Downy #72DBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 21.63%
G = 41.56%
B = 36.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#72DBC2 (or 0x72DBC2) is known color: Downy. HEX triplet: 72, DB and C2. RGB value is (114,219,194). Sum of RGB (Red+Green+Blue) = 114+219+194=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBC2 is #8D243D. Grayscale: #B8B8B8. Windows color (decimal): -9249854 or 12770162. OLE color: 12770162.

HSL color Cylindrical-coordinate representation of color #72DBC2: hue angle of 165.71º 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 #72DBC2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 194 -
CMYK 0.48 0 0.11 0.14
HSL 165.71º 0.59% 0.65% -
HSV(B) 165.71º 0.48% 0.86% -
XYZ 42.01 58.14 60.05 -
YUV 184.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 114 219 194 0.48 0 0.11 0.14 165.71 0.59 0.65
Hex 72 DB C2 30 0 B E A6 3B 41
Octal 162 333 302 60 0 13 16 246 73 101
Binary 1110010 11011011 11000010 110000 0 1011 1110 10100110 111011 1000001

Color Harmonies of #72DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBC2

Black with #72DBC2

Text Example


Text Example

White with #72DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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