Html Css Color HEX #5AA875 Ocean Green

📋 copy color: '#5AA875'

red 90 ◦ green 168 ◦ blue 117

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

Shades of Ocean Green #5AA875

Tints of Ocean Green #5AA875

RGB

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

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

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

R = 24%
G = 44.8%
B = 31.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#5AA875 (or 0x5AA875) is known color: Ocean Green. HEX triplet: 5A, A8 and 75. RGB value is (90,168,117). Sum of RGB (Red+Green+Blue) = 90+168+117=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA875 is #A5578A. Grayscale: #8A8A8A. Windows color (decimal): -10835851 or 7710810. OLE color: 7710810.

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

Color convert

RGB 90 168 117 -
CMYK 0.46 0 0.30 0.34
HSL 140.77º 0.31% 0.51% -
HSV(B) 140.77º 0.46% 0.66% -
XYZ 21.43 31.46 21.77 -
YUV 138.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 90 168 117 0.46 0 0.30 0.34 140.77 0.31 0.51
Hex 5A A8 75 2E 0 1E 22 8D 1F 33
Octal 132 250 165 56 0 36 42 215 37 63
Binary 1011010 10101000 1110101 101110 0 11110 100010 10001101 11111 110011

Color Harmonies of #5AA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA875

Black with #5AA875

Text Example


Text Example

White with #5AA875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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