#519C7D

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

Shades of Ocean Green #519C7D

Tints of Ocean Green #519C7D

Color information

#519C7D (or 0x519C7D) is unknown color: approx Ocean Green. HEX triplet: 51, 9C and 7D. RGB value is (81,156,125). Sum of RGB (Red+Green+Blue) = 81+156+125=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #519C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C7D is #AE6382. Grayscale: #828282. Windows color (decimal): -11428739 or 8232017. OLE color: 8232017.

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

Color convert

RGB81156125-
CMYK0.4800.200.39
HSL155.2º31.65%46.47%-
HSV(B)155.2º48.08%61.18%-
XYZ18.9827.0123.61-
YUV130.04125.1593.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=22.38%
G=43.09%
B=34.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811561250.4800.200.39155.231.6546.47
Hex519C7D30014279b202e
Octal12123417560024472334056
Binary101000110011100111110111000001010010011110011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519C7D; }

 p { color: rgb(81,156,125); }

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

<style>
 a { background-color: #519C7D; }

 a { background-color: rgb(81,156,125); }

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

<style>
 span { border-color: #519C7D; }

 span { border-color: rgb(81,156,125); }

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