#5F8A8A

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

Shades of Half Baked #5F8A8A

Tints of Half Baked #5F8A8A

Color information

#5F8A8A (or 0x5F8A8A) is unknown color: approx Half Baked. HEX triplet: 5F, 8A and 8A. RGB value is (95,138,138). Sum of RGB (Red+Green+Blue) = 95+138+138=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #5F8A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8A8A is #A07575. Grayscale: #7D7D7D. Windows color (decimal): -10515830 or 9079391. OLE color: 9079391.

HSL color Cylindrical-coordinate representation of color #5F8A8A: hue angle of 180º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8A8A is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB95138138-
CMYK0.31000.46
HSL180º18.45%45.69%-
HSV(B)180º31.16%54.12%-
XYZ18.422.4427.41-
YUV125.14135.25106.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=25.61%
G=37.20%
B=37.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951381380.31000.4618018.4545.69
Hex5F8A8A1F002Eb4122e
Octal1372122123700562642256
Binary1011111100010101000101011111001011101011010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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