#55AF7A

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

Shades of Ocean Green #55AF7A

Tints of Ocean Green #55AF7A

Color information

#55AF7A (or 0x55AF7A) is unknown color: approx Ocean Green. HEX triplet: 55, AF and 7A. RGB value is (85,175,122). Sum of RGB (Red+Green+Blue) = 85+175+122=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF7A is #AA5085. Grayscale: #8E8E8E. Windows color (decimal): -11161734 or 8040277. OLE color: 8040277.

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

Color convert

RGB85175122-
CMYK0.5100.300.31
HSL144.67º36%50.98%-
HSV(B)144.67º51.43%68.63%-
XYZ22.593423.78-
YUV142.05116.6887.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=22.25%
G=45.81%
B=31.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851751220.5100.300.31144.673650.98
Hex55AF7A3301E1F912433
Octal12525717263036372214463
Binary10101011010111111110101100110111101111110010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,175,122); }

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

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

 a { background-color: rgb(85,175,122); }

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

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

 span { border-color: rgb(85,175,122); }

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