Html Css Color HEX #55A873 Ocean Green

📋 copy color: '#55A873'

red 85 ◦ green 168 ◦ blue 115

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

Shades of Ocean Green #55A873

Tints of Ocean Green #55A873

RGB

 RED value IS 85 (33.59% from 255) = 23.1%

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 23.1%
G = 45.65%
B = 31.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#55A873 (or 0x55A873) is known color: Ocean Green. HEX triplet: 55, A8 and 73. RGB value is (85,168,115). Sum of RGB (Red+Green+Blue) = 85+168+115=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #55A873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A873 is #AA578C. Grayscale: #898989. Windows color (decimal): -11163533 or 7579733. OLE color: 7579733.

HSL color Cylindrical-coordinate representation of color #55A873: hue angle of 141.69º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A873 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 168 115 -
CMYK 0.49 0 0.32 0.34
HSL 141.69º 0.33% 0.5% -
HSV(B) 141.69º 0.49% 0.66% -
XYZ 20.84 31.17 21.14 -
YUV 137.14 115.5 90.81 -
System Red Green Blue C M Y K H S L
Decimal 85 168 115 0.49 0 0.32 0.34 141.69 0.33 0.5
Hex 55 A8 73 31 0 20 22 8E 21 32
Octal 125 250 163 61 0 40 42 216 41 62
Binary 1010101 10101000 1110011 110001 0 100000 100010 10001110 100001 110010

Color Harmonies of #55A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A873

Black with #55A873

Text Example


Text Example

White with #55A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A873; }

 p { color: rgb(85,168,115); }

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

background-color css

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

 a { background-color: rgb(85,168,115); }

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

border-color css

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

 span { border-color: rgb(85,168,115); }

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