Html Css Color HEX #57A695 Keppel

📋 copy color: '#57A695'

red 87 ◦ green 166 ◦ blue 149

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

Shades of Keppel #57A695

Tints of Keppel #57A695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 21.64%
G = 41.29%
B = 37.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#57A695 (or 0x57A695) is known color: Keppel. HEX triplet: 57, A6 and 95. RGB value is (87,166,149). Sum of RGB (Red+Green+Blue) = 87+166+149=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #57A695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A695 is #A8596A. Grayscale: #8C8C8C. Windows color (decimal): -11032939 or 9807447. OLE color: 9807447.

HSL color Cylindrical-coordinate representation of color #57A695: hue angle of 167.09º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A695 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 166 149 -
CMYK 0.48 0 0.10 0.35
HSL 167.09º 0.31% 0.5% -
HSV(B) 167.09º 0.48% 0.65% -
XYZ 22.99 31.47 33.3 -
YUV 140.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 87 166 149 0.48 0 0.10 0.35 167.09 0.31 0.5
Hex 57 A6 95 30 0 A 23 A7 1F 32
Octal 127 246 225 60 0 12 43 247 37 62
Binary 1010111 10100110 10010101 110000 0 1010 100011 10100111 11111 110010

Color Harmonies of #57A695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A695

Black with #57A695

Text Example


Text Example

White with #57A695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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