Html Css Color HEX #5BAC7F Ocean Green

📋 copy color: '#5BAC7F'

red 91 ◦ green 172 ◦ blue 127

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

Shades of Ocean Green #5BAC7F

Tints of Ocean Green #5BAC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

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

R = 23.33%
G = 44.1%
B = 32.56%

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

#5BAC7F (or 0x5BAC7F) is known color: Ocean Green. HEX triplet: 5B, AC and 7F. RGB value is (91,172,127). Sum of RGB (Red+Green+Blue) = 91+172+127=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC7F is #A45380. Grayscale: #8E8E8E. Windows color (decimal): -10769281 or 8367195. OLE color: 8367195.

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

Color convert

RGB 91 172 127 -
CMYK 0.47 0 0.26 0.33
HSL 146.67º 0.33% 0.52% -
HSV(B) 146.67º 0.47% 0.67% -
XYZ 22.9 33.26 25.29 -
YUV 142.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 91 172 127 0.47 0 0.26 0.33 146.67 0.33 0.52
Hex 5B AC 7F 2F 0 1A 21 93 21 34
Octal 133 254 177 57 0 32 41 223 41 64
Binary 1011011 10101100 1111111 101111 0 11010 100001 10010011 100001 110100

Color Harmonies of #5BAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAC7F

Black with #5BAC7F

Text Example


Text Example

White with #5BAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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