Html Css Color HEX #5BA678 Ocean Green

📋 copy color: '#5BA678'

red 91 ◦ green 166 ◦ blue 120

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

Shades of Ocean Green #5BA678

Tints of Ocean Green #5BA678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 24.14%
G = 44.03%
B = 31.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#5BA678 (or 0x5BA678) is known color: Ocean Green. HEX triplet: 5B, A6 and 78. RGB value is (91,166,120). Sum of RGB (Red+Green+Blue) = 91+166+120=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA678 is #A45987. Grayscale: #8A8A8A. Windows color (decimal): -10770824 or 7906907. OLE color: 7906907.

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

Color convert

RGB 91 166 120 -
CMYK 0.45 0 0.28 0.35
HSL 143.2º 0.3% 0.5% -
HSV(B) 143.2º 0.45% 0.65% -
XYZ 21.34 30.85 22.6 -
YUV 138.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 91 166 120 0.45 0 0.28 0.35 143.2 0.3 0.5
Hex 5B A6 78 2D 0 1C 23 8F 1E 32
Octal 133 246 170 55 0 34 43 217 36 62
Binary 1011011 10100110 1111000 101101 0 11100 100011 10001111 11110 110010

Color Harmonies of #5BA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA678

Black with #5BA678

Text Example


Text Example

White with #5BA678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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