#5CA98B

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

Shades of Keppel #5CA98B

Tints of Keppel #5CA98B

Color information

#5CA98B (or 0x5CA98B) is unknown color: approx Keppel. HEX triplet: 5C, A9 and 8B. RGB value is (92,169,139). Sum of RGB (Red+Green+Blue) = 92+169+139=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA98B is #A35674. Grayscale: #8E8E8E. Windows color (decimal): -10704501 or 9152860. OLE color: 9152860.

HSL color Cylindrical-coordinate representation of color #5CA98B: hue angle of 156.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA98B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB92169139-
CMYK0.4600.180.34
HSL156.62º30.92%51.18%-
HSV(B)156.62º45.56%66.27%-
XYZ23.2632.5229.48-
YUV142.56125.9991.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 169 (66.41% from 255) = 42.25%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=23%
G=42.25%
B=34.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921691390.4600.180.34156.6230.9251.18
Hex5CA98B2E012229d1f33
Octal13425121356022422353763
Binary101110010101001100010111011100100101000101001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,169,139); }

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

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

 a { background-color: rgb(92,169,139); }

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

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

 span { border-color: rgb(92,169,139); }

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