Html Css Color HEX #5AAA7F Ocean Green

📋 copy color: '#5AAA7F'

red 90 ◦ green 170 ◦ blue 127

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

Shades of Ocean Green #5AAA7F

Tints of Ocean Green #5AAA7F

RGB

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

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

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

R = 23.26%
G = 43.93%
B = 32.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#5AAA7F (or 0x5AAA7F) is known color: Ocean Green. HEX triplet: 5A, AA and 7F. RGB value is (90,170,127). Sum of RGB (Red+Green+Blue) = 90+170+127=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA7F is #A55580. Grayscale: #8D8D8D. Windows color (decimal): -10835329 or 8366682. OLE color: 8366682.

HSL color Cylindrical-coordinate representation of color #5AAA7F: hue angle of 147.75º 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 #5AAA7F is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 127 -
CMYK 0.47 0 0.25 0.33
HSL 147.75º 0.32% 0.51% -
HSV(B) 147.75º 0.47% 0.67% -
XYZ 22.42 32.46 25.16 -
YUV 141.18 120 91.5 -
System Red Green Blue C M Y K H S L
Decimal 90 170 127 0.47 0 0.25 0.33 147.75 0.32 0.51
Hex 5A AA 7F 2F 0 19 21 94 20 33
Octal 132 252 177 57 0 31 41 224 40 63
Binary 1011010 10101010 1111111 101111 0 11001 100001 10010100 100000 110011

Color Harmonies of #5AAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA7F

Black with #5AAA7F

Text Example


Text Example

White with #5AAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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