Html Css Color HEX #4ACEA1 Shamrock

📋 copy color: '#4ACEA1'

red 74 ◦ green 206 ◦ blue 161

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

Shades of Shamrock #4ACEA1

Tints of Shamrock #4ACEA1

RGB

 RED value IS 74 (29.3% from 255) = 16.78%

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 16.78%
G = 46.71%
B = 36.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#4ACEA1 (or 0x4ACEA1) is known color: Shamrock. HEX triplet: 4A, CE and A1. RGB value is (74,206,161). Sum of RGB (Red+Green+Blue) = 74+206+161=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEA1 is #B5315E. Grayscale: #A1A1A1. Windows color (decimal): -11874655 or 10604106. OLE color: 10604106.

HSL color Cylindrical-coordinate representation of color #4ACEA1: hue angle of 159.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEA1 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 161 -
CMYK 0.64 0 0.22 0.19
HSL 159.55º 0.57% 0.55% -
HSV(B) 159.55º 0.64% 0.81% -
XYZ 31.33 48.17 41.37 -
YUV 161.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 74 206 161 0.64 0 0.22 0.19 159.55 0.57 0.55
Hex 4A CE A1 40 0 16 13 A0 39 37
Octal 112 316 241 100 0 26 23 240 71 67
Binary 1001010 11001110 10100001 1000000 0 10110 10011 10100000 111001 110111

Color Harmonies of #4ACEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEA1

Black with #4ACEA1

Text Example


Text Example

White with #4ACEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,161); }

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

background-color css

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

 a { background-color: rgb(74,206,161); }

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

border-color css

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

 span { border-color: rgb(74,206,161); }

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