Html Css Color HEX #4ADBA6 Shamrock

📋 copy color: '#4ADBA6'

red 74 ◦ green 219 ◦ blue 166

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

Shades of Shamrock #4ADBA6

Tints of Shamrock #4ADBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.71%

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 16.12%
G = 47.71%
B = 36.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#4ADBA6 (or 0x4ADBA6) is known color: Shamrock. HEX triplet: 4A, DB and A6. RGB value is (74,219,166). Sum of RGB (Red+Green+Blue) = 74+219+166=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBA6 is #B52459. Grayscale: #A9A9A9. Windows color (decimal): -11871322 or 10935114. OLE color: 10935114.

HSL color Cylindrical-coordinate representation of color #4ADBA6: hue angle of 158.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBA6 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 166 -
CMYK 0.66 0 0.24 0.14
HSL 158.07º 0.67% 0.57% -
HSV(B) 158.07º 0.66% 0.86% -
XYZ 35.04 54.87 44.82 -
YUV 169.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 74 219 166 0.66 0 0.24 0.14 158.07 0.67 0.57
Hex 4A DB A6 42 0 18 E 9E 43 39
Octal 112 333 246 102 0 30 16 236 103 71
Binary 1001010 11011011 10100110 1000010 0 11000 1110 10011110 1000011 111001

Color Harmonies of #4ADBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBA6

Black with #4ADBA6

Text Example


Text Example

White with #4ADBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,219,166); }

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

background-color css

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

 a { background-color: rgb(74,219,166); }

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

border-color css

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

 span { border-color: rgb(74,219,166); }

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