#5CA375

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

Shades of Ocean Green #5CA375

Tints of Ocean Green #5CA375

Color information

#5CA375 (or 0x5CA375) is unknown color: approx Ocean Green. HEX triplet: 5C, A3 and 75. RGB value is (92,163,117). Sum of RGB (Red+Green+Blue) = 92+163+117=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA375 is #A35C8A. Grayscale: #888888. Windows color (decimal): -10706059 or 7709532. OLE color: 7709532.

HSL color Cylindrical-coordinate representation of color #5CA375: hue angle of 141.13º 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 #5CA375 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB92163117-
CMYK0.4400.280.36
HSL141.13º27.84%50%-
HSV(B)141.13º43.56%63.92%-
XYZ20.7229.7521.48-
YUV136.53116.9896.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.73%
GREEN value IS 163 (64.06% from 255) = 43.82%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=24.73%
G=43.82%
B=31.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921631170.4400.280.36141.1327.8450
Hex5CA3752C01C248d1c32
Octal13424316554034442153462
Binary10111001010001111101011011000111001001001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,163,117); }

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

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

 a { background-color: rgb(92,163,117); }

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

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

 span { border-color: rgb(92,163,117); }

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