Html Css Color HEX #5BAE7F Ocean Green

📋 copy color: '#5BAE7F'

red 91 ◦ green 174 ◦ blue 127

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

Shades of Ocean Green #5BAE7F

Tints of Ocean Green #5BAE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.39%

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

R = 23.21%
G = 44.39%
B = 32.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#5BAE7F (or 0x5BAE7F) is known color: Ocean Green. HEX triplet: 5B, AE and 7F. RGB value is (91,174,127). Sum of RGB (Red+Green+Blue) = 91+174+127=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE7F is #A45180. Grayscale: #8F8F8F. Windows color (decimal): -10768769 or 8367707. OLE color: 8367707.

HSL color Cylindrical-coordinate representation of color #5BAE7F: hue angle of 146.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE7F is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 174 127 -
CMYK 0.48 0 0.27 0.32
HSL 146.02º 0.34% 0.52% -
HSV(B) 146.02º 0.48% 0.68% -
XYZ 23.28 34.03 25.42 -
YUV 143.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 91 174 127 0.48 0 0.27 0.32 146.02 0.34 0.52
Hex 5B AE 7F 30 0 1B 20 92 22 34
Octal 133 256 177 60 0 33 40 222 42 64
Binary 1011011 10101110 1111111 110000 0 11011 100000 10010010 100010 110100

Color Harmonies of #5BAE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAE7F

Black with #5BAE7F

Text Example


Text Example

White with #5BAE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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