Html Css Color HEX #4CB886 Ocean Green

📋 copy color: '#4CB886'

red 76 ◦ green 184 ◦ blue 134

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

Shades of Ocean Green #4CB886

Tints of Ocean Green #4CB886

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 19.29%
G = 46.7%
B = 34.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#4CB886 (or 0x4CB886) is known color: Ocean Green. HEX triplet: 4C, B8 and 86. RGB value is (76,184,134). Sum of RGB (Red+Green+Blue) = 76+184+134=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB886 is #B34779. Grayscale: #929292. Windows color (decimal): -11749242 or 8829004. OLE color: 8829004.

HSL color Cylindrical-coordinate representation of color #4CB886: hue angle of 152.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB886 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 184 134 -
CMYK 0.59 0 0.27 0.28
HSL 152.22º 0.43% 0.51% -
HSV(B) 152.22º 0.59% 0.72% -
XYZ 24.42 37.54 28.51 -
YUV 146.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 76 184 134 0.59 0 0.27 0.28 152.22 0.43 0.51
Hex 4C B8 86 3B 0 1B 1C 98 2B 33
Octal 114 270 206 73 0 33 34 230 53 63
Binary 1001100 10111000 10000110 111011 0 11011 11100 10011000 101011 110011

Color Harmonies of #4CB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB886

Black with #4CB886

Text Example


Text Example

White with #4CB886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,184,134); }

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

background-color css

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

 a { background-color: rgb(76,184,134); }

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

border-color css

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

 span { border-color: rgb(76,184,134); }

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