#5AA875

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

Shades of Ocean Green #5AA875

Tints of Ocean Green #5AA875

Color information

#5AA875 (or 0x5AA875) is unknown color: approx Ocean Green. HEX triplet: 5A, A8 and 75. RGB value is (90,168,117). Sum of RGB (Red+Green+Blue) = 90+168+117=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA875 is #A5578A. Grayscale: #8A8A8A. Windows color (decimal): -10835851 or 7710810. OLE color: 7710810.

HSL color Cylindrical-coordinate representation of color #5AA875: hue angle of 140.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA875 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB90168117-
CMYK0.4600.300.34
HSL140.77º30.95%50.59%-
HSV(B)140.77º46.43%65.88%-
XYZ21.4331.4621.77-
YUV138.86115.6693.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=24%
G=44.8%
B=31.2%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901681170.4600.300.34140.7730.9550.59
Hex5AA8752E01E228d1f33
Octal13225016556036422153763
Binary10110101010100011101011011100111101000101000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA875; }

 p { color: rgb(90,168,117); }

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

<style>
 a { background-color: #5AA875; }

 a { background-color: rgb(90,168,117); }

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

<style>
 span { border-color: #5AA875; }

 span { border-color: rgb(90,168,117); }

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