#55A47D

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

Shades of Ocean Green #55A47D

Tints of Ocean Green #55A47D

Color information

#55A47D (or 0x55A47D) is unknown color: approx Ocean Green. HEX triplet: 55, A4 and 7D. RGB value is (85,164,125). Sum of RGB (Red+Green+Blue) = 85+164+125=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #55A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A47D is #AA5B82. Grayscale: #888888. Windows color (decimal): -11164547 or 8234069. OLE color: 8234069.

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

Color convert

RGB85164125-
CMYK0.4800.240.36
HSL150.38º31.73%48.82%-
HSV(B)150.38º48.17%64.31%-
XYZ20.7229.9624.09-
YUV135.93121.8391.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=22.73%
G=43.85%
B=33.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851641250.4800.240.36150.3831.7348.82
Hex55A47D3001824962031
Octal12524417560030442264061
Binary101010110100100111110111000001100010010010010110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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