Html Css Color HEX #5EAF78 Ocean Green

📋 copy color: '#5EAF78'

red 94 ◦ green 175 ◦ blue 120

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

Shades of Ocean Green #5EAF78

Tints of Ocean Green #5EAF78

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

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

R = 24.16%
G = 44.99%
B = 30.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#5EAF78 (or 0x5EAF78) is known color: Ocean Green. HEX triplet: 5E, AF and 78. RGB value is (94,175,120). Sum of RGB (Red+Green+Blue) = 94+175+120=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF78 is #A15087. Grayscale: #909090. Windows color (decimal): -10571912 or 7909214. OLE color: 7909214.

HSL color Cylindrical-coordinate representation of color #5EAF78: hue angle of 139.26º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF78 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 120 -
CMYK 0.46 0 0.31 0.31
HSL 139.26º 0.34% 0.53% -
HSV(B) 139.26º 0.46% 0.69% -
XYZ 23.34 34.4 23.18 -
YUV 144.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 94 175 120 0.46 0 0.31 0.31 139.26 0.34 0.53
Hex 5E AF 78 2E 0 1F 1F 8B 22 35
Octal 136 257 170 56 0 37 37 213 42 65
Binary 1011110 10101111 1111000 101110 0 11111 11111 10001011 100010 110101

Color Harmonies of #5EAF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF78

Black with #5EAF78

Text Example


Text Example

White with #5EAF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,175,120); }

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

background-color css

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

 a { background-color: rgb(94,175,120); }

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

border-color css

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

 span { border-color: rgb(94,175,120); }

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