Html Css Color HEX #5AA97D Ocean Green

📋 copy color: '#5AA97D'

red 90 ◦ green 169 ◦ blue 125

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

Shades of Ocean Green #5AA97D

Tints of Ocean Green #5AA97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 23.44%
G = 44.01%
B = 32.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#5AA97D (or 0x5AA97D) is known color: Ocean Green. HEX triplet: 5A, A9 and 7D. RGB value is (90,169,125). Sum of RGB (Red+Green+Blue) = 90+169+125=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA97D is #A55682. Grayscale: #8C8C8C. Windows color (decimal): -10835587 or 8235354. OLE color: 8235354.

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

Color convert

RGB 90 169 125 -
CMYK 0.47 0 0.26 0.34
HSL 146.58º 0.31% 0.51% -
HSV(B) 146.58º 0.47% 0.66% -
XYZ 22.11 32.03 24.42 -
YUV 140.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 90 169 125 0.47 0 0.26 0.34 146.58 0.31 0.51
Hex 5A A9 7D 2F 0 1A 22 93 1F 33
Octal 132 251 175 57 0 32 42 223 37 63
Binary 1011010 10101001 1111101 101111 0 11010 100010 10010011 11111 110011

Color Harmonies of #5AA97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA97D

Black with #5AA97D

Text Example


Text Example

White with #5AA97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,169,125); }

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

background-color css

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

 a { background-color: rgb(90,169,125); }

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

border-color css

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

 span { border-color: rgb(90,169,125); }

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