#55A47E

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

Shades of Ocean Green #55A47E

Tints of Ocean Green #55A47E

Color information

#55A47E (or 0x55A47E) is unknown color: approx Ocean Green. HEX triplet: 55, A4 and 7E. RGB value is (85,164,126). Sum of RGB (Red+Green+Blue) = 85+164+126=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #55A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A47E is #AA5B81. Grayscale: #888888. Windows color (decimal): -11164546 or 8299605. OLE color: 8299605.

HSL color Cylindrical-coordinate representation of color #55A47E: hue angle of 151.14º degrees, saturation: 0.32, 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 #55A47E is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB85164126-
CMYK0.4800.230.36
HSL151.14º31.73%48.82%-
HSV(B)151.14º48.17%64.31%-
XYZ20.7929.9924.43-
YUV136.05122.3391.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=22.67%
G=43.73%
B=33.6%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851641260.4800.230.36151.1431.7348.82
Hex55A47E3001724972031
Octal12524417660027442274061
Binary101010110100100111111011000001011110010010010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,126); }

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

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

 a { background-color: rgb(85,164,126); }

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

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

 span { border-color: rgb(85,164,126); }

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