#5CB17A

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

Shades of Ocean Green #5CB17A

Tints of Ocean Green #5CB17A

Color information

#5CB17A (or 0x5CB17A) is unknown color: approx Ocean Green. HEX triplet: 5C, B1 and 7A. RGB value is (92,177,122). Sum of RGB (Red+Green+Blue) = 92+177+122=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB17A is #A34E85. Grayscale: #919191. Windows color (decimal): -10702470 or 8040796. OLE color: 8040796.

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

Color convert

RGB92177122-
CMYK0.4800.310.31
HSL141.18º35.27%52.75%-
HSV(B)141.18º48.02%69.41%-
XYZ23.6535.1223.95-
YUV145.32114.8489.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.53%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=23.53%
G=45.27%
B=31.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771220.4800.310.31141.1835.2752.75
Hex5CB17A3001F1F8d2335
Octal13426117260037372154365
Binary10111001011000111110101100000111111111110001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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