#5AC39C

Color #5AC39C Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5AC39C

Tints of Keppel #5AC39C

Color information

#5AC39C (or 0x5AC39C) is unknown color: approx Keppel. HEX triplet: 5A, C3 and 9C. RGB value is (90,195,156). Sum of RGB (Red+Green+Blue) = 90+195+156=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC39C is #A53C63. Grayscale: #9F9F9F. Windows color (decimal): -10828900 or 10273626. OLE color: 10273626.

HSL color Cylindrical-coordinate representation of color #5AC39C: hue angle of 157.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC39C is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB90195156-
CMYK0.5400.200.24
HSL157.71º46.67%55.88%-
HSV(B)157.71º53.85%76.47%-
XYZ29.7343.638.3-
YUV159.16126.2178.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=20.41%
G=44.22%
B=35.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901951560.5400.200.24157.7146.6755.88
Hex5AC39C36014189e2f38
Octal13230323466024302365770
Binary101101011000011100111001101100101001100010011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AC39C; }

 p { color: rgb(90,195,156); }

 H1.HeaderClassName
 {
   color: #5AC39C;
 }
 .AnyTagClassName
 {
   color: #5AC39C;
 }
</style>
background-color css

<style>
 a { background-color: #5AC39C; }

 a { background-color: rgb(90,195,156); }

 div.DivClassName
 {
   background-color: #5AC39C;
 }
 .BgClassName
 {
   background-color: #5AC39C;
 }
</style>
border-color css

<style>
 span { border-color: #5AC39C; }

 span { border-color: rgb(90,195,156); }

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