Html Css Color HEX #5AB47C Ocean Green

📋 copy color: '#5AB47C'

red 90 ◦ green 180 ◦ blue 124

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

Shades of Ocean Green #5AB47C

Tints of Ocean Green #5AB47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 22.84%
G = 45.69%
B = 31.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#5AB47C (or 0x5AB47C) is known color: Ocean Green. HEX triplet: 5A, B4 and 7C. RGB value is (90,180,124). Sum of RGB (Red+Green+Blue) = 90+180+124=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB47C is #A54B83. Grayscale: #929292. Windows color (decimal): -10832772 or 8172634. OLE color: 8172634.

HSL color Cylindrical-coordinate representation of color #5AB47C: hue angle of 142.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 #5AB47C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 124 -
CMYK 0.50 0 0.31 0.29
HSL 142.67º 0.38% 0.53% -
HSV(B) 142.67º 0.5% 0.71% -
XYZ 24.18 36.27 24.8 -
YUV 146.71 115.18 87.55 -
System Red Green Blue C M Y K H S L
Decimal 90 180 124 0.50 0 0.31 0.29 142.67 0.38 0.53
Hex 5A B4 7C 32 0 1F 1D 8F 26 35
Octal 132 264 174 62 0 37 35 217 46 65
Binary 1011010 10110100 1111100 110010 0 11111 11101 10001111 100110 110101

Color Harmonies of #5AB47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB47C

Black with #5AB47C

Text Example


Text Example

White with #5AB47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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