Html Css Color HEX #55AB73 Ocean Green

📋 copy color: '#55AB73'

red 85 ◦ green 171 ◦ blue 115

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

Shades of Ocean Green #55AB73

Tints of Ocean Green #55AB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

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

R = 22.91%
G = 46.09%
B = 31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#55AB73 (or 0x55AB73) is known color: Ocean Green. HEX triplet: 55, AB and 73. RGB value is (85,171,115). Sum of RGB (Red+Green+Blue) = 85+171+115=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB73 is #AA548C. Grayscale: #8B8B8B. Windows color (decimal): -11162765 or 7580501. OLE color: 7580501.

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

Color convert

RGB 85 171 115 -
CMYK 0.50 0 0.33 0.33
HSL 140.93º 0.34% 0.5% -
HSV(B) 140.93º 0.5% 0.67% -
XYZ 21.4 32.29 21.33 -
YUV 138.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 85 171 115 0.50 0 0.33 0.33 140.93 0.34 0.5
Hex 55 AB 73 32 0 21 21 8D 22 32
Octal 125 253 163 62 0 41 41 215 42 62
Binary 1010101 10101011 1110011 110010 0 100001 100001 10001101 100010 110010

Color Harmonies of #55AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB73

Black with #55AB73

Text Example


Text Example

White with #55AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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