#4f8e8f

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

Shades of Half Baked #4F8E8F

Tints of Half Baked #4F8E8F

Color information

#4F8E8F (or 0x4F8E8F) is unknown color: approx Half Baked. HEX triplet: 4F, 8E and 8F. RGB value is (79,142,143). Sum of RGB (Red+Green+Blue) = 79+142+143=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F8E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8E8F is #B07170. Grayscale: #7B7B7B. Windows color (decimal): -11563377 or 9408079. OLE color: 9408079.

HSL color Cylindrical-coordinate representation of color #4F8E8F: hue angle of 180.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F8E8F is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB79142143-
CMYK0.450.0100.44
HSL180.94º28.83%43.53%-
HSV(B)180.94º44.76%56.08%-
XYZ17.8622.9929.48-
YUV123.28139.1396.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=21.70%
G=39.01%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791421430.450.0100.44180.9428.8343.53
Hex4F8E8F2D102Cb51d2c
Octal1172162175510542653554
Binary10011111000111010001111101101101011001011010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f8e8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4f8e8f; }

 p { color: rgb(79,142,143); }

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

<style>
 a { background-color: #4f8e8f; }

 a { background-color: rgb(79,142,143); }

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

<style>
 span { border-color: #4f8e8f; }

 span { border-color: rgb(79,142,143); }

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