#5C968F

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

Shades of Half Baked #5C968F

Tints of Half Baked #5C968F

Color information

#5C968F (or 0x5C968F) is unknown color: approx Half Baked. HEX triplet: 5C, 96 and 8F. RGB value is (92,150,143). Sum of RGB (Red+Green+Blue) = 92+150+143=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #5C968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C968F is #A36970. Grayscale: #838383. Windows color (decimal): -10709361 or 9410140. OLE color: 9410140.

HSL color Cylindrical-coordinate representation of color #5C968F: hue angle of 172.76º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C968F is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB92150143-
CMYK0.3900.050.41
HSL172.76º23.97%47.45%-
HSV(B)172.76º38.67%58.82%-
XYZ20.2826.0729.95-
YUV131.86134.2899.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.90%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=23.90%
G=38.96%
B=37.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal921501430.3900.050.41172.7623.9747.45
Hex5C968F270529ad182f
Octal1342262174705512553057
Binary1011100100101101000111110011101011010011010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,143); }

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

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

 a { background-color: rgb(92,150,143); }

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

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

 span { border-color: rgb(92,150,143); }

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