Html Css Color HEX #57D5BE Downy

📋 copy color: '#57D5BE'

red 87 ◦ green 213 ◦ blue 190

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

Shades of Downy #57D5BE

Tints of Downy #57D5BE

RGB

 RED value IS 87 (34.38% from 255) = 17.76%

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 17.76%
G = 43.47%
B = 38.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#57D5BE (or 0x57D5BE) is known color: Downy. HEX triplet: 57, D5 and BE. RGB value is (87,213,190). Sum of RGB (Red+Green+Blue) = 87+213+190=490 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.76% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #57D5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D5BE is #A82A41. Grayscale: #ACACAC. Windows color (decimal): -11020866 or 12506455. OLE color: 12506455.

HSL color Cylindrical-coordinate representation of color #57D5BE: hue angle of 169.05º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D5BE is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 213 190 -
CMYK 0.59 0 0.11 0.16
HSL 169.05º 0.6% 0.59% -
HSV(B) 169.05º 0.59% 0.84% -
XYZ 37.02 53.33 57.06 -
YUV 172.7 137.76 66.87 -
System Red Green Blue C M Y K H S L
Decimal 87 213 190 0.59 0 0.11 0.16 169.05 0.6 0.59
Hex 57 D5 BE 3B 0 B 10 A9 3C 3B
Octal 127 325 276 73 0 13 20 251 74 73
Binary 1010111 11010101 10111110 111011 0 1011 10000 10101001 111100 111011

Color Harmonies of #57D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D5BE

Black with #57D5BE

Text Example


Text Example

White with #57D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57D5BE; }

 p { color: rgb(87,213,190); }

 H1.HeaderClassName
 {
   color: #57D5BE;
 }
 .AnyTagClassName
 {
   color: #57D5BE;
 }
</style>

background-color css

<style>
 a { background-color: #57D5BE; }

 a { background-color: rgb(87,213,190); }

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

border-color css

<style>
 span { border-color: #57D5BE; }

 span { border-color: rgb(87,213,190); }

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