#5CB79A

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

Shades of Keppel #5CB79A

Tints of Keppel #5CB79A

Color information

#5CB79A (or 0x5CB79A) is unknown color: approx Keppel. HEX triplet: 5C, B7 and 9A. RGB value is (92,183,154). Sum of RGB (Red+Green+Blue) = 92+183+154=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB79A is #A34865. Grayscale: #989898. Windows color (decimal): -10700902 or 10139484. OLE color: 10139484.

HSL color Cylindrical-coordinate representation of color #5CB79A: hue angle of 160.88º 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 #5CB79A is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB92183154-
CMYK0.5000.160.28
HSL160.88º38.72%53.92%-
HSV(B)160.88º49.73%71.76%-
XYZ27.1838.4836.57-
YUV152.49128.8584.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.45%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=21.45%
G=42.66%
B=35.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921831540.5000.160.28160.8838.7253.92
Hex5CB79A320101Ca12736
Octal13426723262020342414766
Binary101110010110111100110101100100100001110010100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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