Html Css Color HEX #5BAB7E Ocean Green

📋 copy color: '#5BAB7E'

red 91 ◦ green 171 ◦ blue 126

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

Shades of Ocean Green #5BAB7E

Tints of Ocean Green #5BAB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.07%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 23.45%
G = 44.07%
B = 32.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#5BAB7E (or 0x5BAB7E) is known color: Ocean Green. HEX triplet: 5B, AB and 7E. RGB value is (91,171,126). Sum of RGB (Red+Green+Blue) = 91+171+126=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB7E is #A45481. Grayscale: #8E8E8E. Windows color (decimal): -10769538 or 8301403. OLE color: 8301403.

HSL color Cylindrical-coordinate representation of color #5BAB7E: hue angle of 146.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB7E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 171 126 -
CMYK 0.47 0 0.26 0.33
HSL 146.25º 0.32% 0.51% -
HSV(B) 146.25º 0.47% 0.67% -
XYZ 22.64 32.86 24.89 -
YUV 141.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 91 171 126 0.47 0 0.26 0.33 146.25 0.32 0.51
Hex 5B AB 7E 2F 0 1A 21 92 20 33
Octal 133 253 176 57 0 32 41 222 40 63
Binary 1011011 10101011 1111110 101111 0 11010 100001 10010010 100000 110011

Color Harmonies of #5BAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB7E

Black with #5BAB7E

Text Example


Text Example

White with #5BAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,171,126); }

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

background-color css

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

 a { background-color: rgb(91,171,126); }

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

border-color css

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

 span { border-color: rgb(91,171,126); }

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