#5AA675

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

Shades of Ocean Green #5AA675

Tints of Ocean Green #5AA675

Color information

#5AA675 (or 0x5AA675) is unknown color: approx Ocean Green. HEX triplet: 5A, A6 and 75. RGB value is (90,166,117). Sum of RGB (Red+Green+Blue) = 90+166+117=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA675 is #A5598A. Grayscale: #898989. Windows color (decimal): -10836363 or 7710298. OLE color: 7710298.

HSL color Cylindrical-coordinate representation of color #5AA675: hue angle of 141.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA675 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB90166117-
CMYK0.4600.300.35
HSL141.32º29.92%50.2%-
HSV(B)141.32º45.78%65.1%-
XYZ21.0630.7321.65-
YUV137.69116.3293.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=24.13%
G=44.50%
B=31.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661170.4600.300.35141.3229.9250.2
Hex5AA6752E01E238d1e32
Octal13224616556036432153662
Binary10110101010011011101011011100111101000111000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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