Html Css Color HEX #5AAE81 Ocean Green

📋 copy color: '#5AAE81'

red 90 ◦ green 174 ◦ blue 129

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

Shades of Ocean Green #5AAE81

Tints of Ocean Green #5AAE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.27%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 22.9%
G = 44.27%
B = 32.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#5AAE81 (or 0x5AAE81) is known color: Ocean Green. HEX triplet: 5A, AE and 81. RGB value is (90,174,129). Sum of RGB (Red+Green+Blue) = 90+174+129=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAE81 is #A5517E. Grayscale: #8F8F8F. Windows color (decimal): -10834303 or 8498778. OLE color: 8498778.

HSL color Cylindrical-coordinate representation of color #5AAE81: hue angle of 147.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE81 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 174 129 -
CMYK 0.48 0 0.26 0.32
HSL 147.86º 0.34% 0.52% -
HSV(B) 147.86º 0.48% 0.68% -
XYZ 23.31 34.03 26.11 -
YUV 143.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 90 174 129 0.48 0 0.26 0.32 147.86 0.34 0.52
Hex 5A AE 81 30 0 1A 20 94 22 34
Octal 132 256 201 60 0 32 40 224 42 64
Binary 1011010 10101110 10000001 110000 0 11010 100000 10010100 100010 110100

Color Harmonies of #5AAE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE81

Black with #5AAE81

Text Example


Text Example

White with #5AAE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,129); }

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

background-color css

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

 a { background-color: rgb(90,174,129); }

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

border-color css

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

 span { border-color: rgb(90,174,129); }

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