Html Css Color HEX #519C7D Ocean Green

📋 copy color: '#519C7D'

red 81 ◦ green 156 ◦ blue 125

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

Shades of Ocean Green #519C7D

Tints of Ocean Green #519C7D

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 value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#519C7D (or 0x519C7D) is known color: 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

RGB 81 156 125 -
CMYK 0.48 0 0.20 0.39
HSL 155.2º 0.32% 0.46% -
HSV(B) 155.2º 0.48% 0.61% -
XYZ 18.98 27.01 23.61 -
YUV 130.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 81 156 125 0.48 0 0.20 0.39 155.2 0.32 0.46
Hex 51 9C 7D 30 0 14 27 9B 20 2E
Octal 121 234 175 60 0 24 47 233 40 56
Binary 1010001 10011100 1111101 110000 0 10100 100111 10011011 100000 101110

Color Harmonies of #519C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C7D

Black with #519C7D

Text Example


Text Example

White with #519C7D

Text Example


Text Example

HTML Codes & Css Web 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>