#5FAA7B

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

Shades of Ocean Green #5FAA7B

Tints of Ocean Green #5FAA7B

Color information

#5FAA7B (or 0x5FAA7B) is unknown color: approx Ocean Green. HEX triplet: 5F, AA and 7B. RGB value is (95,170,123). Sum of RGB (Red+Green+Blue) = 95+170+123=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA7B is #A05584. Grayscale: #8E8E8E. Windows color (decimal): -10507653 or 8104543. OLE color: 8104543.

HSL color Cylindrical-coordinate representation of color #5FAA7B: hue angle of 142.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAA7B is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB95170123-
CMYK0.4400.280.33
HSL142.4º30.61%51.96%-
HSV(B)142.4º44.12%66.67%-
XYZ22.6732.6123.84-
YUV142.22117.1594.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=24.48%
G=43.81%
B=31.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701230.4400.280.33142.430.6151.96
Hex5FAA7B2C01C218e1f34
Octal13725217354034412163764
Binary10111111010101011110111011000111001000011000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,123); }

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

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

 a { background-color: rgb(95,170,123); }

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

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

 span { border-color: rgb(95,170,123); }

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