Html Css Color HEX #5AAA85 Ocean Green

📋 copy color: '#5AAA85'

red 90 ◦ green 170 ◦ blue 133

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

Shades of Ocean Green #5AAA85

Tints of Ocean Green #5AAA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 22.9%
G = 43.26%
B = 33.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#5AAA85 (or 0x5AAA85) is known color: Ocean Green. HEX triplet: 5A, AA and 85. RGB value is (90,170,133). Sum of RGB (Red+Green+Blue) = 90+170+133=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA85 is #A5557A. Grayscale: #8D8D8D. Windows color (decimal): -10835323 or 8759898. OLE color: 8759898.

HSL color Cylindrical-coordinate representation of color #5AAA85: hue angle of 152.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA85 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 133 -
CMYK 0.47 0 0.22 0.33
HSL 152.25º 0.32% 0.51% -
HSV(B) 152.25º 0.47% 0.67% -
XYZ 22.82 32.62 27.28 -
YUV 141.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 90 170 133 0.47 0 0.22 0.33 152.25 0.32 0.51
Hex 5A AA 85 2F 0 16 21 98 20 33
Octal 132 252 205 57 0 26 41 230 40 63
Binary 1011010 10101010 10000101 101111 0 10110 100001 10011000 100000 110011

Color Harmonies of #5AAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA85

Black with #5AAA85

Text Example


Text Example

White with #5AAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,133); }

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

background-color css

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

 a { background-color: rgb(90,170,133); }

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

border-color css

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

 span { border-color: rgb(90,170,133); }

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