Html Css Color HEX #2ABC95 Shamrock

📋 copy color: '#2ABC95'

red 42 ◦ green 188 ◦ blue 149

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

Shades of Shamrock #2ABC95

Tints of Shamrock #2ABC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 11.08%
G = 49.6%
B = 39.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#2ABC95 (or 0x2ABC95) is known color: Shamrock. HEX triplet: 2A, BC and 95. RGB value is (42,188,149). Sum of RGB (Red+Green+Blue) = 42+188+149=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABC95 is #D5436A. Grayscale: #8B8B8B. Windows color (decimal): -13976427 or 9813034. OLE color: 9813034.

HSL color Cylindrical-coordinate representation of color #2ABC95: hue angle of 163.97º 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 #2ABC95 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 149 -
CMYK 0.78 0 0.21 0.26
HSL 163.97º 0.63% 0.45% -
HSV(B) 163.97º 0.78% 0.74% -
XYZ 24.36 38.63 34.61 -
YUV 139.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 42 188 149 0.78 0 0.21 0.26 163.97 0.63 0.45
Hex 2A BC 95 4E 0 15 1A A4 3F 2D
Octal 52 274 225 116 0 25 32 244 77 55
Binary 101010 10111100 10010101 1001110 0 10101 11010 10100100 111111 101101

Color Harmonies of #2ABC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC95

Black with #2ABC95

Text Example


Text Example

White with #2ABC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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