#5CB19A

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

Shades of Keppel #5CB19A

Tints of Keppel #5CB19A

Color information

#5CB19A (or 0x5CB19A) is unknown color: approx Keppel. HEX triplet: 5C, B1 and 9A. RGB value is (92,177,154). Sum of RGB (Red+Green+Blue) = 92+177+154=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB19A is #A34E65. Grayscale: #949494. Windows color (decimal): -10702438 or 10137948. OLE color: 10137948.

HSL color Cylindrical-coordinate representation of color #5CB19A: hue angle of 163.76º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB19A is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB92177154-
CMYK0.4800.130.31
HSL163.76º35.27%52.75%-
HSV(B)163.76º48.02%69.41%-
XYZ25.9736.0536.16-
YUV148.96130.8487.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.75%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=21.75%
G=41.84%
B=36.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771540.4800.130.31163.7635.2752.75
Hex5CB19A300D1Fa42335
Octal13426123260015372444365
Binary10111001011000110011010110000011011111110100100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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