#5C948F

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

Shades of Half Baked #5C948F

Tints of Half Baked #5C948F

Color information

#5C948F (or 0x5C948F) is unknown color: approx Half Baked. HEX triplet: 5C, 94 and 8F. RGB value is (92,148,143). Sum of RGB (Red+Green+Blue) = 92+148+143=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #5C948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C948F is #A36B70. Grayscale: #828282. Windows color (decimal): -10709873 or 9409628. OLE color: 9409628.

HSL color Cylindrical-coordinate representation of color #5C948F: hue angle of 174.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C948F is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB92148143-
CMYK0.3800.030.42
HSL174.64º23.33%47.06%-
HSV(B)174.64º37.84%58.04%-
XYZ19.9625.4429.84-
YUV130.69134.95100.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=24.02%
G=38.64%
B=37.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal921481430.3800.030.42174.6423.3347.06
Hex5C948F26032Aaf172f
Octal1342242174603522572757
Binary101110010010100100011111001100111010101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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