Shades of Half Baked #4F8B8A
Tints of Half Baked #4F8B8A
RGB
CMYK
RGB Variations
Color information
#4F8B8A (or 0x4F8B8A) is known color: Half Baked. HEX triplet: 4F, 8B and 8A. RGB value is (79,139,138). Sum of RGB (Red+Green+Blue) = 79+139+138=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #4F8B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8B8A is #B07475. Grayscale: #787878. Windows color (decimal): -11564150 or 9079631. OLE color: 9079631.
HSL color Cylindrical-coordinate representation of color #4F8B8A: hue angle of 179º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8B8A is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 139 | 138 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.45 |
| HSL | 179º | 0.28% | 0.43% | - |
| HSV(B) | 179º | 0.43% | 0.55% | - |
| XYZ | 17.04 | 21.96 | 27.39 | - |
| YUV | 120.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 138 | 0.43 | 0 | 0.01 | 0.45 | 179 | 0.28 | 0.43 |
| Hex | 4F | 8B | 8A | 2B | 0 | 1 | 2D | B3 | 1C | 2B |
| Octal | 117 | 213 | 212 | 53 | 0 | 1 | 55 | 263 | 34 | 53 |
| Binary | 1001111 | 10001011 | 10001010 | 101011 | 0 | 1 | 101101 | 10110011 | 11100 | 101011 |
Color Harmonies of #4F8B8A
Complementary color
Monochromatic Colors of #4F8B8A
Black with #4F8B8A
Text Example
Text Example
White with #4F8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8B8A; }
p { color: rgb(79,139,138); }
H1.HeaderClassName
{
color: #4F8B8A;
}
.AnyTagClassName
{
color: #4F8B8A;
}
</style>
background-color css
<style>
a { background-color: #4F8B8A; }
a { background-color: rgb(79,139,138); }
div.DivClassName
{
background-color: #4F8B8A;
}
.BgClassName
{
background-color: #4F8B8A;
}
</style>
border-color css
<style>
span { border-color: #4F8B8A; }
span { border-color: rgb(79,139,138); }
td.TdClassName
{
border-color: #4F8B8A;
}
.TagClassName
{
border-color: #4F8B8A;
}
</style>