Html Css Color HEX #2ABC99 Shamrock

📋 copy color: '#2ABC99'

red 42 ◦ green 188 ◦ blue 153

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

Shades of Shamrock #2ABC99

Tints of Shamrock #2ABC99

RGB

 RED value IS 42 (16.8% from 255) = 10.97%

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 10.97%
G = 49.09%
B = 39.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#2ABC99 (or 0x2ABC99) is known color: Shamrock. HEX triplet: 2A, BC and 99. RGB value is (42,188,153). Sum of RGB (Red+Green+Blue) = 42+188+153=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABC99 is #D54366. Grayscale: #8C8C8C. Windows color (decimal): -13976423 or 10075178. OLE color: 10075178.

HSL color Cylindrical-coordinate representation of color #2ABC99: hue angle of 165.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC99 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 153 -
CMYK 0.78 0 0.19 0.26
HSL 165.62º 0.63% 0.45% -
HSV(B) 165.62º 0.78% 0.74% -
XYZ 24.69 38.76 36.32 -
YUV 140.36 135.13 57.85 -
System Red Green Blue C M Y K H S L
Decimal 42 188 153 0.78 0 0.19 0.26 165.62 0.63 0.45
Hex 2A BC 99 4E 0 13 1A A6 3F 2D
Octal 52 274 231 116 0 23 32 246 77 55
Binary 101010 10111100 10011001 1001110 0 10011 11010 10100110 111111 101101

Color Harmonies of #2ABC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC99

Black with #2ABC99

Text Example


Text Example

White with #2ABC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABC99; }

 p { color: rgb(42,188,153); }

 H1.HeaderClassName
 {
   color: #2ABC99;
 }
 .AnyTagClassName
 {
   color: #2ABC99;
 }
</style>

background-color css

<style>
 a { background-color: #2ABC99; }

 a { background-color: rgb(42,188,153); }

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

border-color css

<style>
 span { border-color: #2ABC99; }

 span { border-color: rgb(42,188,153); }

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