Html Css Color HEX #59DFC2 Downy

📋 copy color: '#59DFC2'

red 89 ◦ green 223 ◦ blue 194

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

Shades of Downy #59DFC2

Tints of Downy #59DFC2

RGB

 RED value IS 89 (35.16% from 255) = 17.59%

 GREEN value IS 223 (87.5% from 255) = 44.07%

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

R = 17.59%
G = 44.07%
B = 38.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#59DFC2 (or 0x59DFC2) is known color: Downy. HEX triplet: 59, DF and C2. RGB value is (89,223,194). Sum of RGB (Red+Green+Blue) = 89+223+194=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFC2 is #A6203D. Grayscale: #B3B3B3. Windows color (decimal): -10887230 or 12771161. OLE color: 12771161.

HSL color Cylindrical-coordinate representation of color #59DFC2: hue angle of 167.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFC2 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 223 194 -
CMYK 0.60 0 0.13 0.13
HSL 167.01º 0.68% 0.61% -
HSV(B) 167.01º 0.6% 0.87% -
XYZ 40.25 58.79 60.27 -
YUV 179.63 136.11 63.36 -
System Red Green Blue C M Y K H S L
Decimal 89 223 194 0.60 0 0.13 0.13 167.01 0.68 0.61
Hex 59 DF C2 3C 0 D D A7 44 3D
Octal 131 337 302 74 0 15 15 247 104 75
Binary 1011001 11011111 11000010 111100 0 1101 1101 10100111 1000100 111101

Color Harmonies of #59DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFC2

Black with #59DFC2

Text Example


Text Example

White with #59DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59DFC2; }

 p { color: rgb(89,223,194); }

 H1.HeaderClassName
 {
   color: #59DFC2;
 }
 .AnyTagClassName
 {
   color: #59DFC2;
 }
</style>

background-color css

<style>
 a { background-color: #59DFC2; }

 a { background-color: rgb(89,223,194); }

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

border-color css

<style>
 span { border-color: #59DFC2; }

 span { border-color: rgb(89,223,194); }

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