#5AC098

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

Shades of Keppel #5AC098

Tints of Keppel #5AC098

Color information

#5AC098 (or 0x5AC098) is unknown color: approx Keppel. HEX triplet: 5A, C0 and 98. RGB value is (90,192,152). Sum of RGB (Red+Green+Blue) = 90+192+152=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC098 is #A53F67. Grayscale: #9D9D9D. Windows color (decimal): -10829672 or 10010714. OLE color: 10010714.

HSL color Cylindrical-coordinate representation of color #5AC098: hue angle of 156.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC098 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB90192152-
CMYK0.5300.210.25
HSL156.47º44.74%55.29%-
HSV(B)156.47º53.12%75.29%-
XYZ28.7342.1436.33-
YUV156.94125.2180.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.74%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=20.74%
G=44.24%
B=35.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921520.5300.210.25156.4744.7455.29
Hex5AC09835015199c2d37
Octal13230023065025312345567
Binary101101011000000100110001101010101011100110011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,152); }

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

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

 a { background-color: rgb(90,192,152); }

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

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

 span { border-color: rgb(90,192,152); }

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