Html Css Color HEX #519B7A Ocean Green

📋 copy color: '#519B7A'

red 81 ◦ green 155 ◦ blue 122

#519B7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #519B7A

Tints of Ocean Green #519B7A

RGB

 RED value IS 81 (32.03% from 255) = 22.63%

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 22.63%
G = 43.3%
B = 34.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#519B7A (or 0x519B7A) is known color: Ocean Green. HEX triplet: 51, 9B and 7A. RGB value is (81,155,122). Sum of RGB (Red+Green+Blue) = 81+155+122=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #519B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B7A is #AE6485. Grayscale: #818181. Windows color (decimal): -11428998 or 8035153. OLE color: 8035153.

HSL color Cylindrical-coordinate representation of color #519B7A: hue angle of 153.24º degrees, saturation: 0.31, 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 #519B7A is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 122 -
CMYK 0.48 0 0.21 0.39
HSL 153.24º 0.31% 0.46% -
HSV(B) 153.24º 0.48% 0.61% -
XYZ 18.63 26.6 22.56 -
YUV 129.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 81 155 122 0.48 0 0.21 0.39 153.24 0.31 0.46
Hex 51 9B 7A 30 0 15 27 99 1F 2E
Octal 121 233 172 60 0 25 47 231 37 56
Binary 1010001 10011011 1111010 110000 0 10101 100111 10011001 11111 101110

Color Harmonies of #519B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B7A

Black with #519B7A

Text Example


Text Example

White with #519B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,155,122); }

 H1.HeaderClassName
 {
   color: #519B7A;
 }
 .AnyTagClassName
 {
   color: #519B7A;
 }
</style>

background-color css

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

 a { background-color: rgb(81,155,122); }

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

border-color css

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

 span { border-color: rgb(81,155,122); }

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