Html Css Color HEX #55AB83 Ocean Green

📋 copy color: '#55AB83'

red 85 ◦ green 171 ◦ blue 131

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

Shades of Ocean Green #55AB83

Tints of Ocean Green #55AB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 21.96%
G = 44.19%
B = 33.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#55AB83 (or 0x55AB83) is known color: Ocean Green. HEX triplet: 55, AB and 83. RGB value is (85,171,131). Sum of RGB (Red+Green+Blue) = 85+171+131=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB83 is #AA547C. Grayscale: #8C8C8C. Windows color (decimal): -11162749 or 8629077. OLE color: 8629077.

HSL color Cylindrical-coordinate representation of color #55AB83: hue angle of 152.09º 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 #55AB83 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 131 -
CMYK 0.50 0 0.23 0.33
HSL 152.09º 0.34% 0.5% -
HSV(B) 152.09º 0.5% 0.67% -
XYZ 22.41 32.7 26.6 -
YUV 140.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 85 171 131 0.50 0 0.23 0.33 152.09 0.34 0.5
Hex 55 AB 83 32 0 17 21 98 22 32
Octal 125 253 203 62 0 27 41 230 42 62
Binary 1010101 10101011 10000011 110010 0 10111 100001 10011000 100010 110010

Color Harmonies of #55AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB83

Black with #55AB83

Text Example


Text Example

White with #55AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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