#55AA69

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

Shades of Ocean Green #55AA69

Tints of Ocean Green #55AA69

Color information

#55AA69 (or 0x55AA69) is unknown color: approx Ocean Green. HEX triplet: 55, AA and 69. RGB value is (85,170,105). Sum of RGB (Red+Green+Blue) = 85+170+105=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA69 is #AA5596. Grayscale: #898989. Windows color (decimal): -11163031 or 6924885. OLE color: 6924885.

HSL color Cylindrical-coordinate representation of color #55AA69: hue angle of 134.12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA69 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB85170105-
CMYK0.5000.380.33
HSL134.12º33.33%50%-
HSV(B)134.12º50%66.67%-
XYZ20.6731.718.39-
YUV137.17109.8490.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=23.61%
G=47.22%
B=29.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701050.5000.380.33134.1233.3350
Hex55AA693202621862132
Octal12525215162046412064162
Binary1010101101010101101001110010010011010000110000110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,105); }

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

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

 a { background-color: rgb(85,170,105); }

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

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

 span { border-color: rgb(85,170,105); }

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