Html Css Color HEX #5EAA7B Ocean Green

📋 copy color: '#5EAA7B'

red 94 ◦ green 170 ◦ blue 123

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

Shades of Ocean Green #5EAA7B

Tints of Ocean Green #5EAA7B

RGB

 RED value IS 94 (37.11% from 255) = 24.29%

 GREEN value IS 170 (66.8% from 255) = 43.93%

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 24.29%
G = 43.93%
B = 31.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#5EAA7B (or 0x5EAA7B) is known color: Ocean Green. HEX triplet: 5E, AA and 7B. RGB value is (94,170,123). Sum of RGB (Red+Green+Blue) = 94+170+123=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA7B is #A15584. Grayscale: #8E8E8E. Windows color (decimal): -10573189 or 8104542. OLE color: 8104542.

HSL color Cylindrical-coordinate representation of color #5EAA7B: hue angle of 142.89º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAA7B is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 170 123 -
CMYK 0.45 0 0.28 0.33
HSL 142.89º 0.31% 0.52% -
HSV(B) 142.89º 0.45% 0.67% -
XYZ 22.57 32.56 23.83 -
YUV 141.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 94 170 123 0.45 0 0.28 0.33 142.89 0.31 0.52
Hex 5E AA 7B 2D 0 1C 21 8F 1F 34
Octal 136 252 173 55 0 34 41 217 37 64
Binary 1011110 10101010 1111011 101101 0 11100 100001 10001111 11111 110100

Color Harmonies of #5EAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA7B

Black with #5EAA7B

Text Example


Text Example

White with #5EAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,123); }

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

background-color css

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

 a { background-color: rgb(94,170,123); }

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

border-color css

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

 span { border-color: rgb(94,170,123); }

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