Html Css Color HEX #5BA67D Ocean Green

📋 copy color: '#5BA67D'

red 91 ◦ green 166 ◦ blue 125

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

Shades of Ocean Green #5BA67D

Tints of Ocean Green #5BA67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 23.82%
G = 43.46%
B = 32.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#5BA67D (or 0x5BA67D) is known color: Ocean Green. HEX triplet: 5B, A6 and 7D. RGB value is (91,166,125). Sum of RGB (Red+Green+Blue) = 91+166+125=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA67D is #A45982. Grayscale: #8A8A8A. Windows color (decimal): -10770819 or 8234587. OLE color: 8234587.

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

Color convert

RGB 91 166 125 -
CMYK 0.45 0 0.25 0.35
HSL 147.2º 0.3% 0.5% -
HSV(B) 147.2º 0.45% 0.65% -
XYZ 21.65 30.98 24.24 -
YUV 138.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 91 166 125 0.45 0 0.25 0.35 147.2 0.3 0.5
Hex 5B A6 7D 2D 0 19 23 93 1E 32
Octal 133 246 175 55 0 31 43 223 36 62
Binary 1011011 10100110 1111101 101101 0 11001 100011 10010011 11110 110010

Color Harmonies of #5BA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA67D

Black with #5BA67D

Text Example


Text Example

White with #5BA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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