Html Css Color HEX #57A995 Keppel

📋 copy color: '#57A995'

red 87 ◦ green 169 ◦ blue 149

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

Shades of Keppel #57A995

Tints of Keppel #57A995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 21.48%
G = 41.73%
B = 36.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#57A995 (or 0x57A995) is known color: Keppel. HEX triplet: 57, A9 and 95. RGB value is (87,169,149). Sum of RGB (Red+Green+Blue) = 87+169+149=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #57A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A995 is #A8566A. Grayscale: #8E8E8E. Windows color (decimal): -11032171 or 9808215. OLE color: 9808215.

HSL color Cylindrical-coordinate representation of color #57A995: hue angle of 165.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A995 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 169 149 -
CMYK 0.49 0 0.12 0.34
HSL 165.37º 0.32% 0.5% -
HSV(B) 165.37º 0.49% 0.66% -
XYZ 23.54 32.57 33.48 -
YUV 142.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 87 169 149 0.49 0 0.12 0.34 165.37 0.32 0.5
Hex 57 A9 95 31 0 C 22 A5 20 32
Octal 127 251 225 61 0 14 42 245 40 62
Binary 1010111 10101001 10010101 110001 0 1100 100010 10100101 100000 110010

Color Harmonies of #57A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A995

Black with #57A995

Text Example


Text Example

White with #57A995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,169,149); }

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

background-color css

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

 a { background-color: rgb(87,169,149); }

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

border-color css

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

 span { border-color: rgb(87,169,149); }

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