Html Css Color HEX #5BAF80 Ocean Green

📋 copy color: '#5BAF80'

red 91 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #5BAF80

Tints of Ocean Green #5BAF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

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

R = 23.1%
G = 44.42%
B = 32.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#5BAF80 (or 0x5BAF80) is known color: Ocean Green. HEX triplet: 5B, AF and 80. RGB value is (91,175,128). Sum of RGB (Red+Green+Blue) = 91+175+128=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF80 is #A4507F. Grayscale: #909090. Windows color (decimal): -10768512 or 8433499. OLE color: 8433499.

HSL color Cylindrical-coordinate representation of color #5BAF80: hue angle of 146.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF80 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 175 128 -
CMYK 0.48 0 0.27 0.31
HSL 146.43º 0.34% 0.52% -
HSV(B) 146.43º 0.48% 0.69% -
XYZ 23.54 34.44 25.83 -
YUV 144.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 91 175 128 0.48 0 0.27 0.31 146.43 0.34 0.52
Hex 5B AF 80 30 0 1B 1F 92 22 34
Octal 133 257 200 60 0 33 37 222 42 64
Binary 1011011 10101111 10000000 110000 0 11011 11111 10010010 100010 110100

Color Harmonies of #5BAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF80

Black with #5BAF80

Text Example


Text Example

White with #5BAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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