Html Css Color HEX #5BA87F Ocean Green

📋 copy color: '#5BA87F'

red 91 ◦ green 168 ◦ blue 127

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

Shades of Ocean Green #5BA87F

Tints of Ocean Green #5BA87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.52%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 23.58%
G = 43.52%
B = 32.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#5BA87F (or 0x5BA87F) is known color: Ocean Green. HEX triplet: 5B, A8 and 7F. RGB value is (91,168,127). Sum of RGB (Red+Green+Blue) = 91+168+127=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA87F is #A45780. Grayscale: #8C8C8C. Windows color (decimal): -10770305 or 8366171. OLE color: 8366171.

HSL color Cylindrical-coordinate representation of color #5BA87F: hue angle of 148.05º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA87F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 127 -
CMYK 0.46 0 0.24 0.34
HSL 148.05º 0.31% 0.51% -
HSV(B) 148.05º 0.46% 0.66% -
XYZ 22.15 31.76 25.04 -
YUV 140.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 91 168 127 0.46 0 0.24 0.34 148.05 0.31 0.51
Hex 5B A8 7F 2E 0 18 22 94 1F 33
Octal 133 250 177 56 0 30 42 224 37 63
Binary 1011011 10101000 1111111 101110 0 11000 100010 10010100 11111 110011

Color Harmonies of #5BA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA87F

Black with #5BA87F

Text Example


Text Example

White with #5BA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,127); }

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

background-color css

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

 a { background-color: rgb(91,168,127); }

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

border-color css

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

 span { border-color: rgb(91,168,127); }

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