#55A37F

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

Shades of Ocean Green #55A37F

Tints of Ocean Green #55A37F

Color information

#55A37F (or 0x55A37F) is unknown color: approx Ocean Green. HEX triplet: 55, A3 and 7F. RGB value is (85,163,127). Sum of RGB (Red+Green+Blue) = 85+163+127=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #55A37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A37F is #AA5C80. Grayscale: #878787. Windows color (decimal): -11164801 or 8364885. OLE color: 8364885.

HSL color Cylindrical-coordinate representation of color #55A37F: hue angle of 152.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A37F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB85163127-
CMYK0.4800.220.36
HSL152.31º31.45%48.63%-
HSV(B)152.31º47.85%63.92%-
XYZ20.6729.6624.71-
YUV135.57123.1691.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 127 (50% from 255) = 33.87%
R=22.67%
G=43.47%
B=33.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851631270.4800.220.36152.3131.4548.63
Hex55A37F3001624981f31
Octal12524317760026442303761
Binary10101011010001111111111100000101101001001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,127); }

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

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

 a { background-color: rgb(85,163,127); }

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

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

 span { border-color: rgb(85,163,127); }

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