#5CAC7A

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

Shades of Ocean Green #5CAC7A

Tints of Ocean Green #5CAC7A

Color information

#5CAC7A (or 0x5CAC7A) is unknown color: approx Ocean Green. HEX triplet: 5C, AC and 7A. RGB value is (92,172,122). Sum of RGB (Red+Green+Blue) = 92+172+122=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC7A is #A35385. Grayscale: #8E8E8E. Windows color (decimal): -10703750 or 8039516. OLE color: 8039516.

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

Color convert

RGB92172122-
CMYK0.4700.290.33
HSL142.5º32.52%51.76%-
HSV(B)142.5º46.51%67.45%-
XYZ22.6833.1923.62-
YUV142.38116.592.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.83%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=23.83%
G=44.56%
B=31.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921721220.4700.290.33142.532.5251.76
Hex5CAC7A2F01D218e2134
Octal13425417257035412164164
Binary101110010101100111101010111101110110000110001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,122); }

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

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

 a { background-color: rgb(92,172,122); }

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

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

 span { border-color: rgb(92,172,122); }

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