Html Css Color HEX #5AA178 Ocean Green

📋 copy color: '#5AA178'

red 90 ◦ green 161 ◦ blue 120

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

Shades of Ocean Green #5AA178

Tints of Ocean Green #5AA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 24.26%
G = 43.4%
B = 32.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#5AA178 (or 0x5AA178) is known color: Ocean Green. HEX triplet: 5A, A1 and 78. RGB value is (90,161,120). Sum of RGB (Red+Green+Blue) = 90+161+120=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA178 is #A55E87. Grayscale: #878787. Windows color (decimal): -10837640 or 7905626. OLE color: 7905626.

HSL color Cylindrical-coordinate representation of color #5AA178: hue angle of 145.35º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA178 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 161 120 -
CMYK 0.44 0 0.25 0.37
HSL 145.35º 0.28% 0.49% -
HSV(B) 145.35º 0.44% 0.63% -
XYZ 20.35 29.02 22.3 -
YUV 135.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 90 161 120 0.44 0 0.25 0.37 145.35 0.28 0.49
Hex 5A A1 78 2C 0 19 25 91 1C 31
Octal 132 241 170 54 0 31 45 221 34 61
Binary 1011010 10100001 1111000 101100 0 11001 100101 10010001 11100 110001

Color Harmonies of #5AA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA178

Black with #5AA178

Text Example


Text Example

White with #5AA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,161,120); }

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

background-color css

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

 a { background-color: rgb(90,161,120); }

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

border-color css

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

 span { border-color: rgb(90,161,120); }

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