Html Css Color HEX #5AAC85 Ocean Green

📋 copy color: '#5AAC85'

red 90 ◦ green 172 ◦ blue 133

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

Shades of Ocean Green #5AAC85

Tints of Ocean Green #5AAC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.54%

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

R = 22.78%
G = 43.54%
B = 33.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#5AAC85 (or 0x5AAC85) is known color: Ocean Green. HEX triplet: 5A, AC and 85. RGB value is (90,172,133). Sum of RGB (Red+Green+Blue) = 90+172+133=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC85 is #A5537A. Grayscale: #8F8F8F. Windows color (decimal): -10834811 or 8760410. OLE color: 8760410.

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

Color convert

RGB 90 172 133 -
CMYK 0.48 0 0.23 0.33
HSL 151.46º 0.33% 0.51% -
HSV(B) 151.46º 0.48% 0.67% -
XYZ 23.2 33.37 27.41 -
YUV 143.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 90 172 133 0.48 0 0.23 0.33 151.46 0.33 0.51
Hex 5A AC 85 30 0 17 21 97 21 33
Octal 132 254 205 60 0 27 41 227 41 63
Binary 1011010 10101100 10000101 110000 0 10111 100001 10010111 100001 110011

Color Harmonies of #5AAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC85

Black with #5AAC85

Text Example


Text Example

White with #5AAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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