Html Css Color HEX #5BA67A Ocean Green

📋 copy color: '#5BA67A'

red 91 ◦ green 166 ◦ blue 122

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

Shades of Ocean Green #5BA67A

Tints of Ocean Green #5BA67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 24.01%
G = 43.8%
B = 32.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#5BA67A (or 0x5BA67A) is known color: Ocean Green. HEX triplet: 5B, A6 and 7A. RGB value is (91,166,122). Sum of RGB (Red+Green+Blue) = 91+166+122=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA67A is #A45985. Grayscale: #8A8A8A. Windows color (decimal): -10770822 or 8037979. OLE color: 8037979.

HSL color Cylindrical-coordinate representation of color #5BA67A: hue angle of 144.8º 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 #5BA67A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 166 122 -
CMYK 0.45 0 0.27 0.35
HSL 144.8º 0.3% 0.5% -
HSV(B) 144.8º 0.45% 0.65% -
XYZ 21.46 30.9 23.25 -
YUV 138.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 91 166 122 0.45 0 0.27 0.35 144.8 0.3 0.5
Hex 5B A6 7A 2D 0 1B 23 91 1E 32
Octal 133 246 172 55 0 33 43 221 36 62
Binary 1011011 10100110 1111010 101101 0 11011 100011 10010001 11110 110010

Color Harmonies of #5BA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA67A

Black with #5BA67A

Text Example


Text Example

White with #5BA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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