#5F8E8A

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

Shades of Half Baked #5F8E8A

Tints of Half Baked #5F8E8A

Color information

#5F8E8A (or 0x5F8E8A) is unknown color: approx Half Baked. HEX triplet: 5F, 8E and 8A. RGB value is (95,142,138). Sum of RGB (Red+Green+Blue) = 95+142+138=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8E8A is #A07175. Grayscale: #7F7F7F. Windows color (decimal): -10514806 or 9080415. OLE color: 9080415.

HSL color Cylindrical-coordinate representation of color #5F8E8A: hue angle of 174.89º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8E8A is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB95142138-
CMYK0.3300.030.44
HSL174.89º19.83%46.47%-
HSV(B)174.89º33.1%55.69%-
XYZ18.9823.6127.6-
YUV127.49133.93104.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=25.33%
G=37.87%
B=36.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951421380.3300.030.44174.8919.8346.47
Hex5F8E8A21032Caf142e
Octal1372162124103542572456
Binary101111110001110100010101000010111011001010111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,142,138); }

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

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

 a { background-color: rgb(95,142,138); }

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

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

 span { border-color: rgb(95,142,138); }

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