#5CAB7E

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

Shades of Ocean Green #5CAB7E

Tints of Ocean Green #5CAB7E

Color information

#5CAB7E (or 0x5CAB7E) is unknown color: approx Ocean Green. HEX triplet: 5C, AB and 7E. RGB value is (92,171,126). Sum of RGB (Red+Green+Blue) = 92+171+126=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB7E is #A35481. Grayscale: #8E8E8E. Windows color (decimal): -10704002 or 8301404. OLE color: 8301404.

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

Color convert

RGB92171126-
CMYK0.4600.260.33
HSL145.82º31.98%51.57%-
HSV(B)145.82º46.2%67.06%-
XYZ22.7432.9124.89-
YUV142.25118.8392.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=23.65%
G=43.96%
B=32.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921711260.4600.260.33145.8231.9851.57
Hex5CAB7E2E01A21922034
Octal13425317656032412224064
Binary101110010101011111111010111001101010000110010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,171,126); }

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

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

 a { background-color: rgb(92,171,126); }

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

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

 span { border-color: rgb(92,171,126); }

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