#5CB79E

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

Shades of Keppel #5CB79E

Tints of Keppel #5CB79E

Color information

#5CB79E (or 0x5CB79E) is unknown color: approx Keppel. HEX triplet: 5C, B7 and 9E. RGB value is (92,183,158). Sum of RGB (Red+Green+Blue) = 92+183+158=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB79E is #A34861. Grayscale: #989898. Windows color (decimal): -10700898 or 10401628. OLE color: 10401628.

HSL color Cylindrical-coordinate representation of color #5CB79E: hue angle of 163.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB79E is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB92183158-
CMYK0.5000.140.28
HSL163.52º38.72%53.92%-
HSV(B)163.52º49.73%71.76%-
XYZ27.5238.6138.35-
YUV152.94130.8584.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.25%
GREEN value IS 183 (71.88% from 255) = 42.26%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=21.25%
G=42.26%
B=36.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921831580.5000.140.28163.5238.7253.92
Hex5CB79E320E1Ca42736
Octal13426723662016342444766
Binary10111001011011110011110110010011101110010100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,183,158); }

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

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

 a { background-color: rgb(92,183,158); }

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

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

 span { border-color: rgb(92,183,158); }

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