#5CBE9C

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

Shades of Keppel #5CBE9C

Tints of Keppel #5CBE9C

Color information

#5CBE9C (or 0x5CBE9C) is unknown color: approx Keppel. HEX triplet: 5C, BE and 9C. RGB value is (92,190,156). Sum of RGB (Red+Green+Blue) = 92+190+156=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBE9C is #A34163. Grayscale: #9C9C9C. Windows color (decimal): -10699108 or 10272348. OLE color: 10272348.

HSL color Cylindrical-coordinate representation of color #5CBE9C: hue angle of 159.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE9C is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB92190156-
CMYK0.5200.180.25
HSL159.18º42.98%55.29%-
HSV(B)159.18º51.58%74.51%-
XYZ28.8341.537.94-
YUV156.82127.5381.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.00%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=21.00%
G=43.38%
B=35.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921901560.5200.180.25159.1842.9855.29
Hex5CBE9C34012199f2b37
Octal13427623464022312375367
Binary101110010111110100111001101000100101100110011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,156); }

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

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

 a { background-color: rgb(92,190,156); }

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

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

 span { border-color: rgb(92,190,156); }

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