Html Css Color HEX #5AA87F Ocean Green

📋 copy color: '#5AA87F'

red 90 ◦ green 168 ◦ blue 127

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

Shades of Ocean Green #5AA87F

Tints of Ocean Green #5AA87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 23.38%
G = 43.64%
B = 32.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#5AA87F (or 0x5AA87F) is known color: Ocean Green. HEX triplet: 5A, A8 and 7F. RGB value is (90,168,127). Sum of RGB (Red+Green+Blue) = 90+168+127=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA87F is #A55780. Grayscale: #8C8C8C. Windows color (decimal): -10835841 or 8366170. OLE color: 8366170.

HSL color Cylindrical-coordinate representation of color #5AA87F: hue angle of 148.46º 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 #5AA87F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 127 -
CMYK 0.46 0 0.24 0.34
HSL 148.46º 0.31% 0.51% -
HSV(B) 148.46º 0.46% 0.66% -
XYZ 22.05 31.71 25.04 -
YUV 140 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 90 168 127 0.46 0 0.24 0.34 148.46 0.31 0.51
Hex 5A A8 7F 2E 0 18 22 94 1F 33
Octal 132 250 177 56 0 30 42 224 37 63
Binary 1011010 10101000 1111111 101110 0 11000 100010 10010100 11111 110011

Color Harmonies of #5AA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA87F

Black with #5AA87F

Text Example


Text Example

White with #5AA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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