Html Css Color HEX #4E906B Ocean Green

📋 copy color: '#4E906B'

red 78 ◦ green 144 ◦ blue 107

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

Shades of Ocean Green #4E906B

Tints of Ocean Green #4E906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 23.71%
G = 43.77%
B = 32.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#4E906B (or 0x4E906B) is known color: Ocean Green. HEX triplet: 4E, 90 and 6B. RGB value is (78,144,107). Sum of RGB (Red+Green+Blue) = 78+144+107=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #4E906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E906B is #B16F94. Grayscale: #787878. Windows color (decimal): -11628437 or 7049294. OLE color: 7049294.

HSL color Cylindrical-coordinate representation of color #4E906B: hue angle of 146.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E906B is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 144 107 -
CMYK 0.46 0 0.26 0.44
HSL 146.36º 0.3% 0.44% -
HSV(B) 146.36º 0.46% 0.56% -
XYZ 15.77 22.63 17.45 -
YUV 120.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 78 144 107 0.46 0 0.26 0.44 146.36 0.3 0.44
Hex 4E 90 6B 2E 0 1A 2C 92 1E 2C
Octal 116 220 153 56 0 32 54 222 36 54
Binary 1001110 10010000 1101011 101110 0 11010 101100 10010010 11110 101100

Color Harmonies of #4E906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E906B

Black with #4E906B

Text Example


Text Example

White with #4E906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,144,107); }

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

background-color css

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

 a { background-color: rgb(78,144,107); }

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

border-color css

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

 span { border-color: rgb(78,144,107); }

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