Html Css Color HEX #5AB47A Ocean Green

📋 copy color: '#5AB47A'

red 90 ◦ green 180 ◦ blue 122

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

Shades of Ocean Green #5AB47A

Tints of Ocean Green #5AB47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 22.96%
G = 45.92%
B = 31.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#5AB47A (or 0x5AB47A) is known color: Ocean Green. HEX triplet: 5A, B4 and 7A. RGB value is (90,180,122). Sum of RGB (Red+Green+Blue) = 90+180+122=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB47A is #A54B85. Grayscale: #929292. Windows color (decimal): -10832774 or 8041562. OLE color: 8041562.

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

Color convert

RGB 90 180 122 -
CMYK 0.50 0 0.32 0.29
HSL 141.33º 0.38% 0.53% -
HSV(B) 141.33º 0.5% 0.71% -
XYZ 24.05 36.22 24.14 -
YUV 146.48 114.18 87.72 -
System Red Green Blue C M Y K H S L
Decimal 90 180 122 0.50 0 0.32 0.29 141.33 0.38 0.53
Hex 5A B4 7A 32 0 20 1D 8D 26 35
Octal 132 264 172 62 0 40 35 215 46 65
Binary 1011010 10110100 1111010 110010 0 100000 11101 10001101 100110 110101

Color Harmonies of #5AB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB47A

Black with #5AB47A

Text Example


Text Example

White with #5AB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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