Html Css Color HEX #5AB47F Ocean Green

📋 copy color: '#5AB47F'

red 90 ◦ green 180 ◦ blue 127

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

Shades of Ocean Green #5AB47F

Tints of Ocean Green #5AB47F

RGB

 RED value IS 90 (35.55% from 255) = 22.67%

 GREEN value IS 180 (70.7% from 255) = 45.34%

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

R = 22.67%
G = 45.34%
B = 31.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#5AB47F (or 0x5AB47F) is known color: Ocean Green. HEX triplet: 5A, B4 and 7F. RGB value is (90,180,127). Sum of RGB (Red+Green+Blue) = 90+180+127=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB47F is #A54B80. Grayscale: #939393. Windows color (decimal): -10832769 or 8369242. OLE color: 8369242.

HSL color Cylindrical-coordinate representation of color #5AB47F: hue angle of 144.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB47F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 127 -
CMYK 0.50 0 0.29 0.29
HSL 144.67º 0.38% 0.53% -
HSV(B) 144.67º 0.5% 0.71% -
XYZ 24.37 36.35 25.81 -
YUV 147.05 116.68 87.31 -
System Red Green Blue C M Y K H S L
Decimal 90 180 127 0.50 0 0.29 0.29 144.67 0.38 0.53
Hex 5A B4 7F 32 0 1D 1D 91 26 35
Octal 132 264 177 62 0 35 35 221 46 65
Binary 1011010 10110100 1111111 110010 0 11101 11101 10010001 100110 110101

Color Harmonies of #5AB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB47F

Black with #5AB47F

Text Example


Text Example

White with #5AB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,127); }

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

background-color css

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

 a { background-color: rgb(90,180,127); }

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

border-color css

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

 span { border-color: rgb(90,180,127); }

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