Html Css Color HEX #73DBC2 Downy

📋 copy color: '#73DBC2'

red 115 ◦ green 219 ◦ blue 194

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

Shades of Downy #73DBC2

Tints of Downy #73DBC2

RGB

 RED value IS 115 (45.31% from 255) = 21.78%

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

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

R = 21.78%
G = 41.48%
B = 36.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#73DBC2 (or 0x73DBC2) is known color: Downy. HEX triplet: 73, DB and C2. RGB value is (115,219,194). Sum of RGB (Red+Green+Blue) = 115+219+194=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DBC2 is #8C243D. Grayscale: #B9B9B9. Windows color (decimal): -9184318 or 12770163. OLE color: 12770163.

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

Color convert

RGB 115 219 194 -
CMYK 0.47 0 0.11 0.14
HSL 165.58º 0.59% 0.65% -
HSV(B) 165.58º 0.47% 0.86% -
XYZ 42.14 58.2 60.05 -
YUV 185.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 115 219 194 0.47 0 0.11 0.14 165.58 0.59 0.65
Hex 73 DB C2 2F 0 B E A6 3B 41
Octal 163 333 302 57 0 13 16 246 73 101
Binary 1110011 11011011 11000010 101111 0 1011 1110 10100110 111011 1000001

Color Harmonies of #73DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBC2

Black with #73DBC2

Text Example


Text Example

White with #73DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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