Html Css Color HEX #4EAE83 Ocean Green

📋 copy color: '#4EAE83'

red 78 ◦ green 174 ◦ blue 131

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

Shades of Ocean Green #4EAE83

Tints of Ocean Green #4EAE83

RGB

 RED value IS 78 (30.86% from 255) = 20.37%

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

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 20.37%
G = 45.43%
B = 34.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#4EAE83 (or 0x4EAE83) is known color: Ocean Green. HEX triplet: 4E, AE and 83. RGB value is (78,174,131). Sum of RGB (Red+Green+Blue) = 78+174+131=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE83 is #B1517C. Grayscale: #8C8C8C. Windows color (decimal): -11620733 or 8629838. OLE color: 8629838.

HSL color Cylindrical-coordinate representation of color #4EAE83: hue angle of 153.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAE83 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 174 131 -
CMYK 0.55 0 0.25 0.32
HSL 153.13º 0.38% 0.49% -
HSV(B) 153.13º 0.55% 0.68% -
XYZ 22.37 33.53 26.77 -
YUV 140.39 122.7 83.5 -
System Red Green Blue C M Y K H S L
Decimal 78 174 131 0.55 0 0.25 0.32 153.13 0.38 0.49
Hex 4E AE 83 37 0 19 20 99 26 31
Octal 116 256 203 67 0 31 40 231 46 61
Binary 1001110 10101110 10000011 110111 0 11001 100000 10011001 100110 110001

Color Harmonies of #4EAE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAE83

Black with #4EAE83

Text Example


Text Example

White with #4EAE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EAE83; }

 p { color: rgb(78,174,131); }

 H1.HeaderClassName
 {
   color: #4EAE83;
 }
 .AnyTagClassName
 {
   color: #4EAE83;
 }
</style>

background-color css

<style>
 a { background-color: #4EAE83; }

 a { background-color: rgb(78,174,131); }

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

border-color css

<style>
 span { border-color: #4EAE83; }

 span { border-color: rgb(78,174,131); }

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