Html Css Color HEX #5AA27F Ocean Green

📋 copy color: '#5AA27F'

red 90 ◦ green 162 ◦ blue 127

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

Shades of Ocean Green #5AA27F

Tints of Ocean Green #5AA27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

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

R = 23.75%
G = 42.74%
B = 33.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#5AA27F (or 0x5AA27F) is known color: Ocean Green. HEX triplet: 5A, A2 and 7F. RGB value is (90,162,127). Sum of RGB (Red+Green+Blue) = 90+162+127=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA27F is #A55D80. Grayscale: #888888. Windows color (decimal): -10837377 or 8364634. OLE color: 8364634.

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

Color convert

RGB 90 162 127 -
CMYK 0.44 0 0.22 0.36
HSL 150.83º 0.29% 0.49% -
HSV(B) 150.83º 0.44% 0.64% -
XYZ 20.97 29.55 24.68 -
YUV 136.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 90 162 127 0.44 0 0.22 0.36 150.83 0.29 0.49
Hex 5A A2 7F 2C 0 16 24 97 1D 31
Octal 132 242 177 54 0 26 44 227 35 61
Binary 1011010 10100010 1111111 101100 0 10110 100100 10010111 11101 110001

Color Harmonies of #5AA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA27F

Black with #5AA27F

Text Example


Text Example

White with #5AA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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