Html Css Color HEX #509868 Ocean Green

📋 copy color: '#509868'

red 80 ◦ green 152 ◦ blue 104

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

Shades of Ocean Green #509868

Tints of Ocean Green #509868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 23.81%
G = 45.24%
B = 30.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#509868 (or 0x509868) is known color: Ocean Green. HEX triplet: 50, 98 and 68. RGB value is (80,152,104). Sum of RGB (Red+Green+Blue) = 80+152+104=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #509868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509868 is #AF6797. Grayscale: #7D7D7D. Windows color (decimal): -11495320 or 6854736. OLE color: 6854736.

HSL color Cylindrical-coordinate representation of color #509868: hue angle of 140º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509868 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 104 -
CMYK 0.47 0 0.32 0.40
HSL 140º 0.31% 0.45% -
HSV(B) 140º 0.47% 0.6% -
XYZ 17.04 25.16 17.06 -
YUV 125 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 80 152 104 0.47 0 0.32 0.40 140 0.31 0.45
Hex 50 98 68 2F 0 20 28 8C 1F 2D
Octal 120 230 150 57 0 40 50 214 37 55
Binary 1010000 10011000 1101000 101111 0 100000 101000 10001100 11111 101101

Color Harmonies of #509868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509868

Black with #509868

Text Example


Text Example

White with #509868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509868; }

 p { color: rgb(80,152,104); }

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

background-color css

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

 a { background-color: rgb(80,152,104); }

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

border-color css

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

 span { border-color: rgb(80,152,104); }

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