Html Css Color HEX #509C71 Ocean Green

📋 copy color: '#509C71'

red 80 ◦ green 156 ◦ blue 113

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

Shades of Ocean Green #509C71

Tints of Ocean Green #509C71

RGB

 RED value IS 80 (31.64% from 255) = 22.92%

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 22.92%
G = 44.7%
B = 32.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#509C71 (or 0x509C71) is known color: Ocean Green. HEX triplet: 50, 9C and 71. RGB value is (80,156,113). Sum of RGB (Red+Green+Blue) = 80+156+113=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #509C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C71 is #AF638E. Grayscale: #808080. Windows color (decimal): -11494287 or 7445584. OLE color: 7445584.

HSL color Cylindrical-coordinate representation of color #509C71: hue angle of 146.05º 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 #509C71 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 113 -
CMYK 0.49 0 0.28 0.39
HSL 146.05º 0.32% 0.46% -
HSV(B) 146.05º 0.49% 0.61% -
XYZ 18.18 26.67 19.81 -
YUV 128.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 80 156 113 0.49 0 0.28 0.39 146.05 0.32 0.46
Hex 50 9C 71 31 0 1C 27 92 20 2E
Octal 120 234 161 61 0 34 47 222 40 56
Binary 1010000 10011100 1110001 110001 0 11100 100111 10010010 100000 101110

Color Harmonies of #509C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C71

Black with #509C71

Text Example


Text Example

White with #509C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #509C71;
 }
 .AnyTagClassName
 {
   color: #509C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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