Html Css Color HEX #4CAD86 Ocean Green

📋 copy color: '#4CAD86'

red 76 ◦ green 173 ◦ blue 134

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

Shades of Ocean Green #4CAD86

Tints of Ocean Green #4CAD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

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

R = 19.84%
G = 45.17%
B = 34.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#4CAD86 (or 0x4CAD86) is known color: Ocean Green. HEX triplet: 4C, AD and 86. RGB value is (76,173,134). Sum of RGB (Red+Green+Blue) = 76+173+134=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAD86 is #B35279. Grayscale: #8B8B8B. Windows color (decimal): -11752058 or 8826188. OLE color: 8826188.

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

Color convert

RGB 76 173 134 -
CMYK 0.56 0 0.23 0.32
HSL 155.88º 0.39% 0.49% -
HSV(B) 155.88º 0.56% 0.68% -
XYZ 22.23 33.14 27.78 -
YUV 139.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 76 173 134 0.56 0 0.23 0.32 155.88 0.39 0.49
Hex 4C AD 86 38 0 17 20 9C 27 31
Octal 114 255 206 70 0 27 40 234 47 61
Binary 1001100 10101101 10000110 111000 0 10111 100000 10011100 100111 110001

Color Harmonies of #4CAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAD86

Black with #4CAD86

Text Example


Text Example

White with #4CAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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