Html Css Color HEX #55B480 Ocean Green

📋 copy color: '#55B480'

red 85 ◦ green 180 ◦ blue 128

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

Shades of Ocean Green #55B480

Tints of Ocean Green #55B480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 21.63%
G = 45.8%
B = 32.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#55B480 (or 0x55B480) is known color: Ocean Green. HEX triplet: 55, B4 and 80. RGB value is (85,180,128). Sum of RGB (Red+Green+Blue) = 85+180+128=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #55B480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B480 is #AA4B7F. Grayscale: #919191. Windows color (decimal): -11160448 or 8434773. OLE color: 8434773.

HSL color Cylindrical-coordinate representation of color #55B480: hue angle of 147.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B480 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 180 128 -
CMYK 0.53 0 0.29 0.29
HSL 147.16º 0.39% 0.52% -
HSV(B) 147.16º 0.53% 0.71% -
XYZ 23.96 36.13 26.13 -
YUV 145.67 118.03 84.73 -
System Red Green Blue C M Y K H S L
Decimal 85 180 128 0.53 0 0.29 0.29 147.16 0.39 0.52
Hex 55 B4 80 35 0 1D 1D 93 27 34
Octal 125 264 200 65 0 35 35 223 47 64
Binary 1010101 10110100 10000000 110101 0 11101 11101 10010011 100111 110100

Color Harmonies of #55B480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B480

Black with #55B480

Text Example


Text Example

White with #55B480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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