Html Css Color HEX #55A580 Ocean Green

📋 copy color: '#55A580'

red 85 ◦ green 165 ◦ blue 128

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

Shades of Ocean Green #55A580

Tints of Ocean Green #55A580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 22.49%
G = 43.65%
B = 33.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#55A580 (or 0x55A580) is known color: Ocean Green. HEX triplet: 55, A5 and 80. RGB value is (85,165,128). Sum of RGB (Red+Green+Blue) = 85+165+128=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #55A580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A580 is #AA5A7F. Grayscale: #888888. Windows color (decimal): -11164288 or 8430933. OLE color: 8430933.

HSL color Cylindrical-coordinate representation of color #55A580: hue angle of 152.25º 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 #55A580 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 128 -
CMYK 0.48 0 0.22 0.35
HSL 152.25º 0.32% 0.49% -
HSV(B) 152.25º 0.48% 0.65% -
XYZ 21.1 30.4 25.18 -
YUV 136.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 85 165 128 0.48 0 0.22 0.35 152.25 0.32 0.49
Hex 55 A5 80 30 0 16 23 98 20 31
Octal 125 245 200 60 0 26 43 230 40 61
Binary 1010101 10100101 10000000 110000 0 10110 100011 10011000 100000 110001

Color Harmonies of #55A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A580

Black with #55A580

Text Example


Text Example

White with #55A580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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