Html Css Color HEX #5AAE78 Ocean Green

📋 copy color: '#5AAE78'

red 90 ◦ green 174 ◦ blue 120

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

Shades of Ocean Green #5AAE78

Tints of Ocean Green #5AAE78

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.31%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 23.44%
G = 45.31%
B = 31.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#5AAE78 (or 0x5AAE78) is known color: Ocean Green. HEX triplet: 5A, AE and 78. RGB value is (90,174,120). Sum of RGB (Red+Green+Blue) = 90+174+120=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAE78 is #A55187. Grayscale: #8E8E8E. Windows color (decimal): -10834312 or 7908954. OLE color: 7908954.

HSL color Cylindrical-coordinate representation of color #5AAE78: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE78 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 174 120 -
CMYK 0.48 0 0.31 0.32
HSL 141.43º 0.34% 0.52% -
HSV(B) 141.43º 0.48% 0.68% -
XYZ 22.74 33.8 23.1 -
YUV 142.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 90 174 120 0.48 0 0.31 0.32 141.43 0.34 0.52
Hex 5A AE 78 30 0 1F 20 8D 22 34
Octal 132 256 170 60 0 37 40 215 42 64
Binary 1011010 10101110 1111000 110000 0 11111 100000 10001101 100010 110100

Color Harmonies of #5AAE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE78

Black with #5AAE78

Text Example


Text Example

White with #5AAE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,120); }

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

background-color css

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

 a { background-color: rgb(90,174,120); }

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

border-color css

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

 span { border-color: rgb(90,174,120); }

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