#548C8A

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

Shades of Half Baked #548C8A

Tints of Half Baked #548C8A

Color information

#548C8A (or 0x548C8A) is unknown color: approx Half Baked. HEX triplet: 54, 8C and 8A. RGB value is (84,140,138). Sum of RGB (Red+Green+Blue) = 84+140+138=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #548C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548C8A is #AB7375. Grayscale: #7A7A7A. Windows color (decimal): -11236214 or 9079892. OLE color: 9079892.

HSL color Cylindrical-coordinate representation of color #548C8A: hue angle of 177.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548C8A is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB84140138-
CMYK0.400.010.45
HSL177.86º25%43.92%-
HSV(B)177.86º40%54.9%-
XYZ17.6222.4827.45-
YUV123.03136.45100.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 140 (55.08% from 255) = 38.67%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=23.20%
G=38.67%
B=38.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401380.400.010.45177.862543.92
Hex548C8A28012Db2192c
Octal1242142125001552623154
Binary10101001000110010001010101000011011011011001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548C8A; }

 p { color: rgb(84,140,138); }

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

<style>
 a { background-color: #548C8A; }

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

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

<style>
 span { border-color: #548C8A; }

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

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