Html Css Color HEX #55A573 Ocean Green

📋 copy color: '#55A573'

red 85 ◦ green 165 ◦ blue 115

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

Shades of Ocean Green #55A573

Tints of Ocean Green #55A573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

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

R = 23.29%
G = 45.21%
B = 31.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#55A573 (or 0x55A573) is known color: Ocean Green. HEX triplet: 55, A5 and 73. RGB value is (85,165,115). Sum of RGB (Red+Green+Blue) = 85+165+115=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #55A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A573 is #AA5A8C. Grayscale: #878787. Windows color (decimal): -11164301 or 7578965. OLE color: 7578965.

HSL color Cylindrical-coordinate representation of color #55A573: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A573 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 115 -
CMYK 0.48 0 0.30 0.35
HSL 142.5º 0.32% 0.49% -
HSV(B) 142.5º 0.48% 0.65% -
XYZ 20.3 30.08 20.96 -
YUV 135.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 85 165 115 0.48 0 0.30 0.35 142.5 0.32 0.49
Hex 55 A5 73 30 0 1E 23 8E 20 31
Octal 125 245 163 60 0 36 43 216 40 61
Binary 1010101 10100101 1110011 110000 0 11110 100011 10001110 100000 110001

Color Harmonies of #55A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A573

Black with #55A573

Text Example


Text Example

White with #55A573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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