#5CA47A

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

Shades of Ocean Green #5CA47A

Tints of Ocean Green #5CA47A

Color information

#5CA47A (or 0x5CA47A) is unknown color: approx Ocean Green. HEX triplet: 5C, A4 and 7A. RGB value is (92,164,122). Sum of RGB (Red+Green+Blue) = 92+164+122=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA47A is #A35B85. Grayscale: #898989. Windows color (decimal): -10705798 or 8037468. OLE color: 8037468.

HSL color Cylindrical-coordinate representation of color #5CA47A: hue angle of 145º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA47A is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB92164122-
CMYK0.4400.260.36
HSL145º28.35%50.2%-
HSV(B)145º43.9%64.31%-
XYZ21.230.2323.13-
YUV137.68119.1595.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.34%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=24.34%
G=43.39%
B=32.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921641220.4400.260.3614528.3550.2
Hex5CA47A2C01A24911c32
Octal13424417254032442213462
Binary10111001010010011110101011000110101001001001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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