Html Css Color HEX #4EA47A Ocean Green

📋 copy color: '#4EA47A'

red 78 ◦ green 164 ◦ blue 122

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

Shades of Ocean Green #4EA47A

Tints of Ocean Green #4EA47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.05%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 21.43%
G = 45.05%
B = 33.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#4EA47A (or 0x4EA47A) is known color: Ocean Green. HEX triplet: 4E, A4 and 7A. RGB value is (78,164,122). Sum of RGB (Red+Green+Blue) = 78+164+122=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA47A is #B15B85. Grayscale: #858585. Windows color (decimal): -11623302 or 8037454. OLE color: 8037454.

HSL color Cylindrical-coordinate representation of color #4EA47A: hue angle of 150.7º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA47A is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 164 122 -
CMYK 0.52 0 0.26 0.36
HSL 150.7º 0.36% 0.47% -
HSV(B) 150.7º 0.52% 0.64% -
XYZ 19.93 29.58 23.07 -
YUV 133.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 78 164 122 0.52 0 0.26 0.36 150.7 0.36 0.47
Hex 4E A4 7A 34 0 1A 24 97 24 2F
Octal 116 244 172 64 0 32 44 227 44 57
Binary 1001110 10100100 1111010 110100 0 11010 100100 10010111 100100 101111

Color Harmonies of #4EA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA47A

Black with #4EA47A

Text Example


Text Example

White with #4EA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,164,122); }

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

background-color css

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

 a { background-color: rgb(78,164,122); }

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

border-color css

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

 span { border-color: rgb(78,164,122); }

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