Html Css Color HEX #5AA37C Ocean Green

📋 copy color: '#5AA37C'

red 90 ◦ green 163 ◦ blue 124

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

Shades of Ocean Green #5AA37C

Tints of Ocean Green #5AA37C

RGB

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

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

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

R = 23.87%
G = 43.24%
B = 32.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#5AA37C (or 0x5AA37C) is known color: Ocean Green. HEX triplet: 5A, A3 and 7C. RGB value is (90,163,124). Sum of RGB (Red+Green+Blue) = 90+163+124=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA37C is #A55C83. Grayscale: #888888. Windows color (decimal): -10837124 or 8168282. OLE color: 8168282.

HSL color Cylindrical-coordinate representation of color #5AA37C: hue angle of 147.95º 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 #5AA37C is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 163 124 -
CMYK 0.45 0 0.24 0.36
HSL 147.95º 0.29% 0.5% -
HSV(B) 147.95º 0.45% 0.64% -
XYZ 20.95 29.82 23.72 -
YUV 136.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 90 163 124 0.45 0 0.24 0.36 147.95 0.29 0.5
Hex 5A A3 7C 2D 0 18 24 94 1D 32
Octal 132 243 174 55 0 30 44 224 35 62
Binary 1011010 10100011 1111100 101101 0 11000 100100 10010100 11101 110010

Color Harmonies of #5AA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA37C

Black with #5AA37C

Text Example


Text Example

White with #5AA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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