#5CA87A

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

Shades of Ocean Green #5CA87A

Tints of Ocean Green #5CA87A

Color information

#5CA87A (or 0x5CA87A) is unknown color: approx Ocean Green. HEX triplet: 5C, A8 and 7A. RGB value is (92,168,122). Sum of RGB (Red+Green+Blue) = 92+168+122=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA87A is #A35785. Grayscale: #8C8C8C. Windows color (decimal): -10704774 or 8038492. OLE color: 8038492.

HSL color Cylindrical-coordinate representation of color #5CA87A: hue angle of 143.68º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA87A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB92168122-
CMYK0.4500.270.34
HSL143.68º30.4%50.98%-
HSV(B)143.68º45.24%65.88%-
XYZ21.9331.6923.37-
YUV140.03117.8293.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.08%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=24.08%
G=43.98%
B=31.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921681220.4500.270.34143.6830.450.98
Hex5CA87A2D01B22901e33
Octal13425017255033422203663
Binary10111001010100011110101011010110111000101001000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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