#5AA672

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

Shades of Ocean Green #5AA672

Tints of Ocean Green #5AA672

Color information

#5AA672 (or 0x5AA672) is unknown color: approx Ocean Green. HEX triplet: 5A, A6 and 72. RGB value is (90,166,114). Sum of RGB (Red+Green+Blue) = 90+166+114=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA672 is #A5598D. Grayscale: #898989. Windows color (decimal): -10836366 or 7513690. OLE color: 7513690.

HSL color Cylindrical-coordinate representation of color #5AA672: hue angle of 138.95º 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 #5AA672 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB90166114-
CMYK0.4600.310.35
HSL138.95º29.92%50.2%-
HSV(B)138.95º45.78%65.1%-
XYZ20.8930.6620.74-
YUV137.35114.8294.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=24.32%
G=44.86%
B=30.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661140.4600.310.35138.9529.9250.2
Hex5AA6722E01F238b1e32
Octal13224616256037432133662
Binary10110101010011011100101011100111111000111000101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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