#55B085

Color #55B085 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55B085

Tints of Ocean Green #55B085

Color information

#55B085 (or 0x55B085) is unknown color: approx Ocean Green. HEX triplet: 55, B0 and 85. RGB value is (85,176,133). Sum of RGB (Red+Green+Blue) = 85+176+133=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #55B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B085 is #AA4F7A. Grayscale: #8F8F8F. Windows color (decimal): -11161467 or 8761429. OLE color: 8761429.

HSL color Cylindrical-coordinate representation of color #55B085: hue angle of 151.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B085 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB85176133-
CMYK0.5200.240.31
HSL151.65º36.55%51.18%-
HSV(B)151.65º51.7%69.02%-
XYZ23.5134.6827.64-
YUV143.89121.8586-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 176 (69.14% from 255) = 44.67%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=21.57%
G=44.67%
B=33.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761330.5200.240.31151.6536.5551.18
Hex55B085340181F982533
Octal12526020564030372304563
Binary101010110110000100001011101000110001111110011000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,133); }

 H1.HeaderClassName
 {
   color: #55B085;
 }
 .AnyTagClassName
 {
   color: #55B085;
 }
</style>
background-color css

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

 a { background-color: rgb(85,176,133); }

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

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

 span { border-color: rgb(85,176,133); }

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