Html Css Color HEX #5AA37A Ocean Green

📋 copy color: '#5AA37A'

red 90 ◦ green 163 ◦ blue 122

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

Shades of Ocean Green #5AA37A

Tints of Ocean Green #5AA37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

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

R = 24%
G = 43.47%
B = 32.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#5AA37A (or 0x5AA37A) is known color: Ocean Green. HEX triplet: 5A, A3 and 7A. RGB value is (90,163,122). Sum of RGB (Red+Green+Blue) = 90+163+122=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA37A is #A55C85. Grayscale: #888888. Windows color (decimal): -10837126 or 8037210. OLE color: 8037210.

HSL color Cylindrical-coordinate representation of color #5AA37A: hue angle of 146.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA37A is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 163 122 -
CMYK 0.45 0 0.25 0.36
HSL 146.3º 0.29% 0.5% -
HSV(B) 146.3º 0.45% 0.64% -
XYZ 20.83 29.77 23.06 -
YUV 136.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 90 163 122 0.45 0 0.25 0.36 146.3 0.29 0.5
Hex 5A A3 7A 2D 0 19 24 92 1D 32
Octal 132 243 172 55 0 31 44 222 35 62
Binary 1011010 10100011 1111010 101101 0 11001 100100 10010010 11101 110010

Color Harmonies of #5AA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA37A

Black with #5AA37A

Text Example


Text Example

White with #5AA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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