#509C6C

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

Shades of Ocean Green #509C6C

Tints of Ocean Green #509C6C

Color information

#509C6C (or 0x509C6C) is unknown color: approx Ocean Green. HEX triplet: 50, 9C and 6C. RGB value is (80,156,108). Sum of RGB (Red+Green+Blue) = 80+156+108=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #509C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C6C is #AF6393. Grayscale: #7F7F7F. Windows color (decimal): -11494292 or 7117904. OLE color: 7117904.

HSL color Cylindrical-coordinate representation of color #509C6C: hue angle of 142.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C6C is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB80156108-
CMYK0.4900.310.39
HSL142.11º32.2%46.27%-
HSV(B)142.11º48.72%61.18%-
XYZ17.926.5718.37-
YUV127.8116.8293.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=23.26%
G=45.35%
B=31.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801561080.4900.310.39142.1132.246.27
Hex509C6C3101F278e202e
Octal12023415461037472164056
Binary101000010011100110110011000101111110011110001110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509C6C; }

 p { color: rgb(80,156,108); }

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

<style>
 a { background-color: #509C6C; }

 a { background-color: rgb(80,156,108); }

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

<style>
 span { border-color: #509C6C; }

 span { border-color: rgb(80,156,108); }

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