Html Css Color HEX #549995 Half Baked

📋 copy color: '#549995'

red 84 ◦ green 153 ◦ blue 149

#549995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #549995

Tints of Half Baked #549995

RGB

 RED value IS 84 (33.2% from 255) = 21.76%

 GREEN value IS 153 (60.16% from 255) = 39.64%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 21.76%
G = 39.64%
B = 38.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#549995 (or 0x549995) is known color: Half Baked. HEX triplet: 54, 99 and 95. RGB value is (84,153,149). Sum of RGB (Red+Green+Blue) = 84+153+149=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #549995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549995 is #AB666A. Grayscale: #838383. Windows color (decimal): -11232875 or 9804116. OLE color: 9804116.

HSL color Cylindrical-coordinate representation of color #549995: hue angle of 176.52º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549995 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 149 -
CMYK 0.45 0 0.03 0.4
HSL 176.52º 0.29% 0.46% -
HSV(B) 176.52º 0.45% 0.6% -
XYZ 20.47 26.84 32.53 -
YUV 131.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 84 153 149 0.45 0 0.03 0.4 176.52 0.29 0.46
Hex 54 99 95 2D 0 3 28 B1 1D 2E
Octal 124 231 225 55 0 3 50 261 35 56
Binary 1010100 10011001 10010101 101101 0 11 101000 10110001 11101 101110

Color Harmonies of #549995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549995

Black with #549995

Text Example


Text Example

White with #549995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549995; }

 p { color: rgb(84,153,149); }

 H1.HeaderClassName
 {
   color: #549995;
 }
 .AnyTagClassName
 {
   color: #549995;
 }
</style>

background-color css

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

 a { background-color: rgb(84,153,149); }

 div.DivClassName
 {
   background-color: #549995;
 }
 .BgClassName
 {
   background-color: #549995;
 }
</style>

border-color css

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

 span { border-color: rgb(84,153,149); }

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