#55A667

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

Shades of Ocean Green #55A667

Tints of Ocean Green #55A667

Color information

#55A667 (or 0x55A667) is unknown color: approx Ocean Green. HEX triplet: 55, A6 and 67. RGB value is (85,166,103). Sum of RGB (Red+Green+Blue) = 85+166+103=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #55A667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A667 is #AA5998. Grayscale: #868686. Windows color (decimal): -11164057 or 6792789. OLE color: 6792789.

HSL color Cylindrical-coordinate representation of color #55A667: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A667 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB85166103-
CMYK0.4900.380.35
HSL133.33º32.27%49.22%-
HSV(B)133.33º48.8%65.1%-
XYZ19.8330.1817.61-
YUV134.6110.1692.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 166 (65.23% from 255) = 46.89%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=24.01%
G=46.89%
B=29.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851661030.4900.380.35133.3332.2749.22
Hex55A6673102623852031
Octal12524614761046432054061
Binary1010101101001101100111110001010011010001110000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,103); }

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

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

 a { background-color: rgb(85,166,103); }

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

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

 span { border-color: rgb(85,166,103); }

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