Html Css Color HEX #5BA680 Ocean Green

📋 copy color: '#5BA680'

red 91 ◦ green 166 ◦ blue 128

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

Shades of Ocean Green #5BA680

Tints of Ocean Green #5BA680

RGB

 RED value IS 91 (35.94% from 255) = 23.64%

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 23.64%
G = 43.12%
B = 33.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#5BA680 (or 0x5BA680) is known color: Ocean Green. HEX triplet: 5B, A6 and 80. RGB value is (91,166,128). Sum of RGB (Red+Green+Blue) = 91+166+128=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA680 is #A4597F. Grayscale: #8B8B8B. Windows color (decimal): -10770816 or 8431195. OLE color: 8431195.

HSL color Cylindrical-coordinate representation of color #5BA680: hue angle of 149.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA680 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 166 128 -
CMYK 0.45 0 0.23 0.35
HSL 149.6º 0.3% 0.5% -
HSV(B) 149.6º 0.45% 0.65% -
XYZ 21.85 31.06 25.26 -
YUV 139.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 91 166 128 0.45 0 0.23 0.35 149.6 0.3 0.5
Hex 5B A6 80 2D 0 17 23 96 1E 32
Octal 133 246 200 55 0 27 43 226 36 62
Binary 1011011 10100110 10000000 101101 0 10111 100011 10010110 11110 110010

Color Harmonies of #5BA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA680

Black with #5BA680

Text Example


Text Example

White with #5BA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BA680; }

 p { color: rgb(91,166,128); }

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

background-color css

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

 a { background-color: rgb(91,166,128); }

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

border-color css

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

 span { border-color: rgb(91,166,128); }

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