#5ABC94

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

Shades of Keppel #5ABC94

Tints of Keppel #5ABC94

Color information

#5ABC94 (or 0x5ABC94) is unknown color: approx Keppel. HEX triplet: 5A, BC and 94. RGB value is (90,188,148). Sum of RGB (Red+Green+Blue) = 90+188+148=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC94 is #A5436B. Grayscale: #9A9A9A. Windows color (decimal): -10830700 or 9747546. OLE color: 9747546.

HSL color Cylindrical-coordinate representation of color #5ABC94: hue angle of 155.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC94 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB90188148-
CMYK0.5200.210.26
HSL155.51º42.24%54.51%-
HSV(B)155.51º52.13%73.73%-
XYZ27.5440.2834.34-
YUV154.14124.5382.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=21.13%
G=44.13%
B=34.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901881480.5200.210.26155.5142.2454.51
Hex5ABC94340151A9c2a37
Octal13227422464025322345267
Binary101101010111100100101001101000101011101010011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,188,148); }

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

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

 a { background-color: rgb(90,188,148); }

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

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

 span { border-color: rgb(90,188,148); }

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