Html Css Color HEX #5AA17D Ocean Green

📋 copy color: '#5AA17D'

red 90 ◦ green 161 ◦ blue 125

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

Shades of Ocean Green #5AA17D

Tints of Ocean Green #5AA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 23.94%
G = 42.82%
B = 33.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#5AA17D (or 0x5AA17D) is known color: Ocean Green. HEX triplet: 5A, A1 and 7D. RGB value is (90,161,125). Sum of RGB (Red+Green+Blue) = 90+161+125=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA17D is #A55E82. Grayscale: #878787. Windows color (decimal): -10837635 or 8233306. OLE color: 8233306.

HSL color Cylindrical-coordinate representation of color #5AA17D: hue angle of 149.58º 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 #5AA17D is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 161 125 -
CMYK 0.44 0 0.22 0.37
HSL 149.58º 0.28% 0.49% -
HSV(B) 149.58º 0.44% 0.63% -
XYZ 20.66 29.14 23.94 -
YUV 135.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 90 161 125 0.44 0 0.22 0.37 149.58 0.28 0.49
Hex 5A A1 7D 2C 0 16 25 96 1C 31
Octal 132 241 175 54 0 26 45 226 34 61
Binary 1011010 10100001 1111101 101100 0 10110 100101 10010110 11100 110001

Color Harmonies of #5AA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA17D

Black with #5AA17D

Text Example


Text Example

White with #5AA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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