Html Css Color HEX #4CAC7C Ocean Green

📋 copy color: '#4CAC7C'

red 76 ◦ green 172 ◦ blue 124

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

Shades of Ocean Green #4CAC7C

Tints of Ocean Green #4CAC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.24%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 20.43%
G = 46.24%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#4CAC7C (or 0x4CAC7C) is known color: Ocean Green. HEX triplet: 4C, AC and 7C. RGB value is (76,172,124). Sum of RGB (Red+Green+Blue) = 76+172+124=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC7C is #B35383. Grayscale: #898989. Windows color (decimal): -11752324 or 8170572. OLE color: 8170572.

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

Color convert

RGB 76 172 124 -
CMYK 0.56 0 0.28 0.33
HSL 150º 0.39% 0.49% -
HSV(B) 150º 0.56% 0.67% -
XYZ 21.37 32.5 24.21 -
YUV 137.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 76 172 124 0.56 0 0.28 0.33 150 0.39 0.49
Hex 4C AC 7C 38 0 1C 21 96 27 31
Octal 114 254 174 70 0 34 41 226 47 61
Binary 1001100 10101100 1111100 111000 0 11100 100001 10010110 100111 110001

Color Harmonies of #4CAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC7C

Black with #4CAC7C

Text Example


Text Example

White with #4CAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,124); }

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

background-color css

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

 a { background-color: rgb(76,172,124); }

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

border-color css

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

 span { border-color: rgb(76,172,124); }

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