#5AB17B

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

Shades of Ocean Green #5AB17B

Tints of Ocean Green #5AB17B

Color information

#5AB17B (or 0x5AB17B) is unknown color: approx Ocean Green. HEX triplet: 5A, B1 and 7B. RGB value is (90,177,123). Sum of RGB (Red+Green+Blue) = 90+177+123=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB17B is #A54E84. Grayscale: #909090. Windows color (decimal): -10833541 or 8106330. OLE color: 8106330.

HSL color Cylindrical-coordinate representation of color #5AB17B: hue angle of 142.76º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB17B is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB90177123-
CMYK0.4900.310.31
HSL142.76º35.8%52.35%-
HSV(B)142.76º49.15%69.41%-
XYZ23.5135.0524.26-
YUV144.83115.6888.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=23.08%
G=45.38%
B=31.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901771230.4900.310.31142.7635.852.35
Hex5AB17B3101F1F8f2434
Octal13226117361037372174464
Binary10110101011000111110111100010111111111110001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,177,123); }

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

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

 a { background-color: rgb(90,177,123); }

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

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

 span { border-color: rgb(90,177,123); }

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