Html Css Color HEX #4C9E7E Ocean Green

📋 copy color: '#4C9E7E'

red 76 ◦ green 158 ◦ blue 126

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

Shades of Ocean Green #4C9E7E

Tints of Ocean Green #4C9E7E

RGB

 RED value IS 76 (30.08% from 255) = 21.11%

 GREEN value IS 158 (62.11% from 255) = 43.89%

 BLUE value IS 126 (49.61% from 255) = 35%

R = 21.11%
G = 43.89%
B = 35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#4C9E7E (or 0x4C9E7E) is known color: Ocean Green. HEX triplet: 4C, 9E and 7E. RGB value is (76,158,126). Sum of RGB (Red+Green+Blue) = 76+158+126=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9E7E is #B36181. Grayscale: #818181. Windows color (decimal): -11755906 or 8298060. OLE color: 8298060.

HSL color Cylindrical-coordinate representation of color #4C9E7E: hue angle of 156.59º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9E7E is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 158 126 -
CMYK 0.52 0 0.20 0.38
HSL 156.59º 0.35% 0.46% -
HSV(B) 156.59º 0.52% 0.62% -
XYZ 18.97 27.5 24.05 -
YUV 129.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 76 158 126 0.52 0 0.20 0.38 156.59 0.35 0.46
Hex 4C 9E 7E 34 0 14 26 9D 23 2E
Octal 114 236 176 64 0 24 46 235 43 56
Binary 1001100 10011110 1111110 110100 0 10100 100110 10011101 100011 101110

Color Harmonies of #4C9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9E7E

Black with #4C9E7E

Text Example


Text Example

White with #4C9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,158,126); }

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

background-color css

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

 a { background-color: rgb(76,158,126); }

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

border-color css

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

 span { border-color: rgb(76,158,126); }

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