#5CA380

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

Shades of Ocean Green #5CA380

Tints of Ocean Green #5CA380

Color information

#5CA380 (or 0x5CA380) is unknown color: approx Ocean Green. HEX triplet: 5C, A3 and 80. RGB value is (92,163,128). Sum of RGB (Red+Green+Blue) = 92+163+128=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA380 is #A35C7F. Grayscale: #898989. Windows color (decimal): -10706048 or 8430428. OLE color: 8430428.

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

Color convert

RGB92163128-
CMYK0.4400.210.36
HSL150.42º27.84%50%-
HSV(B)150.42º43.56%63.92%-
XYZ21.4130.0325.09-
YUV137.78122.4895.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=24.02%
G=42.56%
B=33.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921631280.4400.210.36150.4227.8450
Hex5CA3802C01524961c32
Octal13424320054025442263462
Binary101110010100011100000001011000101011001001001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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