#55A26E

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

Shades of Ocean Green #55A26E

Tints of Ocean Green #55A26E

Color information

#55A26E (or 0x55A26E) is unknown color: approx Ocean Green. HEX triplet: 55, A2 and 6E. RGB value is (85,162,110). Sum of RGB (Red+Green+Blue) = 85+162+110=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #55A26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A26E is #AA5D91. Grayscale: #858585. Windows color (decimal): -11165074 or 7250517. OLE color: 7250517.

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

Color convert

RGB85162110-
CMYK0.4800.320.36
HSL139.48º31.17%48.43%-
HSV(B)139.48º47.53%63.53%-
XYZ19.4828.919.3-
YUV133.05114.9993.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=23.81%
G=45.38%
B=30.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851621100.4800.320.36139.4831.1748.43
Hex55A26E30020248b1f30
Octal12524215660040442133760
Binary101010110100010110111011000001000001001001000101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,110); }

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

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

 a { background-color: rgb(85,162,110); }

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

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

 span { border-color: rgb(85,162,110); }

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