#2ABB9A

Color #2ABB9A Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2ABB9A

Tints of Shamrock #2ABB9A

Color information

#2ABB9A (or 0x2ABB9A) is unknown color: approx Shamrock. HEX triplet: 2A, BB and 9A. RGB value is (42,187,154). Sum of RGB (Red+Green+Blue) = 42+187+154=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB9A is #D54465. Grayscale: #8B8B8B. Windows color (decimal): -13976678 or 10140458. OLE color: 10140458.

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

Color convert

RGB42187154-
CMYK0.7800.180.27
HSL166.34º63.32%44.9%-
HSV(B)166.34º77.54%73.33%-
XYZ24.5638.3736.68-
YUV139.88135.9658.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.97%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=10.97%
G=48.83%
B=40.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421871540.7800.180.27166.3463.3244.9
Hex2ABB9A4E0121Ba63f2d
Octal52273232116022332467755
Binary101010101110111001101010011100100101101110100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,187,154); }

 H1.HeaderClassName
 {
   color: #2ABB9A;
 }
 .AnyTagClassName
 {
   color: #2ABB9A;
 }
</style>
background-color css

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

 a { background-color: rgb(42,187,154); }

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

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

 span { border-color: rgb(42,187,154); }

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