Html Css Color HEX #5AA87A Ocean Green

📋 copy color: '#5AA87A'

red 90 ◦ green 168 ◦ blue 122

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

Shades of Ocean Green #5AA87A

Tints of Ocean Green #5AA87A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 23.68%
G = 44.21%
B = 32.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#5AA87A (or 0x5AA87A) is known color: Ocean Green. HEX triplet: 5A, A8 and 7A. RGB value is (90,168,122). Sum of RGB (Red+Green+Blue) = 90+168+122=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA87A is #A55785. Grayscale: #8B8B8B. Windows color (decimal): -10835846 or 8038490. OLE color: 8038490.

HSL color Cylindrical-coordinate representation of color #5AA87A: hue angle of 144.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA87A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 122 -
CMYK 0.46 0 0.27 0.34
HSL 144.62º 0.31% 0.51% -
HSV(B) 144.62º 0.46% 0.66% -
XYZ 21.73 31.58 23.36 -
YUV 139.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 90 168 122 0.46 0 0.27 0.34 144.62 0.31 0.51
Hex 5A A8 7A 2E 0 1B 22 91 1F 33
Octal 132 250 172 56 0 33 42 221 37 63
Binary 1011010 10101000 1111010 101110 0 11011 100010 10010001 11111 110011

Color Harmonies of #5AA87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA87A

Black with #5AA87A

Text Example


Text Example

White with #5AA87A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,168,122); }

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

background-color css

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

 a { background-color: rgb(90,168,122); }

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

border-color css

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

 span { border-color: rgb(90,168,122); }

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