Html Css Color HEX #5EAD7B Ocean Green

📋 copy color: '#5EAD7B'

red 94 ◦ green 173 ◦ blue 123

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

Shades of Ocean Green #5EAD7B

Tints of Ocean Green #5EAD7B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

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

R = 24.1%
G = 44.36%
B = 31.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#5EAD7B (or 0x5EAD7B) is known color: Ocean Green. HEX triplet: 5E, AD and 7B. RGB value is (94,173,123). Sum of RGB (Red+Green+Blue) = 94+173+123=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAD7B is #A15284. Grayscale: #8F8F8F. Windows color (decimal): -10572421 or 8105310. OLE color: 8105310.

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

Color convert

RGB 94 173 123 -
CMYK 0.46 0 0.29 0.32
HSL 142.03º 0.33% 0.52% -
HSV(B) 142.03º 0.46% 0.68% -
XYZ 23.13 33.7 24.02 -
YUV 143.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 94 173 123 0.46 0 0.29 0.32 142.03 0.33 0.52
Hex 5E AD 7B 2E 0 1D 20 8E 21 34
Octal 136 255 173 56 0 35 40 216 41 64
Binary 1011110 10101101 1111011 101110 0 11101 100000 10001110 100001 110100

Color Harmonies of #5EAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAD7B

Black with #5EAD7B

Text Example


Text Example

White with #5EAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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