Html Css Color HEX #5AA375 Ocean Green

📋 copy color: '#5AA375'

red 90 ◦ green 163 ◦ blue 117

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

Shades of Ocean Green #5AA375

Tints of Ocean Green #5AA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 24.32%
G = 44.05%
B = 31.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#5AA375 (or 0x5AA375) is known color: Ocean Green. HEX triplet: 5A, A3 and 75. RGB value is (90,163,117). Sum of RGB (Red+Green+Blue) = 90+163+117=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA375 is #A55C8A. Grayscale: #888888. Windows color (decimal): -10837131 or 7709530. OLE color: 7709530.

HSL color Cylindrical-coordinate representation of color #5AA375: hue angle of 142.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA375 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 163 117 -
CMYK 0.45 0 0.28 0.36
HSL 142.19º 0.29% 0.5% -
HSV(B) 142.19º 0.45% 0.64% -
XYZ 20.52 29.65 21.47 -
YUV 135.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 90 163 117 0.45 0 0.28 0.36 142.19 0.29 0.5
Hex 5A A3 75 2D 0 1C 24 8E 1D 32
Octal 132 243 165 55 0 34 44 216 35 62
Binary 1011010 10100011 1110101 101101 0 11100 100100 10001110 11101 110010

Color Harmonies of #5AA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA375

Black with #5AA375

Text Example


Text Example

White with #5AA375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,163,117); }

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

background-color css

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

 a { background-color: rgb(90,163,117); }

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

border-color css

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

 span { border-color: rgb(90,163,117); }

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