#5CA274

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

Shades of Ocean Green #5CA274

Tints of Ocean Green #5CA274

Color information

#5CA274 (or 0x5CA274) is unknown color: approx Ocean Green. HEX triplet: 5C, A2 and 74. RGB value is (92,162,116). Sum of RGB (Red+Green+Blue) = 92+162+116=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA274 is #A35D8B. Grayscale: #878787. Windows color (decimal): -10706316 or 7643740. OLE color: 7643740.

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

Color convert

RGB92162116-
CMYK0.4300.280.36
HSL140.57º27.56%49.8%-
HSV(B)140.57º43.21%63.53%-
XYZ20.4929.3821.11-
YUV135.83116.8196.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.86%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=24.86%
G=43.78%
B=31.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921621160.4300.280.36140.5727.5649.8
Hex5CA2742B01C248d1c32
Octal13424216453034442153462
Binary10111001010001011101001010110111001001001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,116); }

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

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

 a { background-color: rgb(92,162,116); }

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

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

 span { border-color: rgb(92,162,116); }

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