#5FAE7A

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

Shades of Ocean Green #5FAE7A

Tints of Ocean Green #5FAE7A

Color information

#5FAE7A (or 0x5FAE7A) is unknown color: approx Ocean Green. HEX triplet: 5F, AE and 7A. RGB value is (95,174,122). Sum of RGB (Red+Green+Blue) = 95+174+122=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE7A is #A05185. Grayscale: #909090. Windows color (decimal): -10506630 or 8040031. OLE color: 8040031.

HSL color Cylindrical-coordinate representation of color #5FAE7A: hue angle of 140.51º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE7A is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB95174122-
CMYK0.4500.300.32
HSL140.51º32.78%52.75%-
HSV(B)140.51º45.4%68.24%-
XYZ23.3734.1123.76-
YUV144.45115.3392.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=24.30%
G=44.50%
B=31.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741220.4500.300.32140.5132.7852.75
Hex5FAE7A2D01E208d2135
Octal13725617255036402154165
Binary101111110101110111101010110101111010000010001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,122); }

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

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

 a { background-color: rgb(95,174,122); }

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

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

 span { border-color: rgb(95,174,122); }

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