#2ABB98

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

Shades of Shamrock #2ABB98

Tints of Shamrock #2ABB98

Color information

#2ABB98 (or 0x2ABB98) is unknown color: approx Shamrock. HEX triplet: 2A, BB and 98. RGB value is (42,187,152). Sum of RGB (Red+Green+Blue) = 42+187+152=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB98 is #D54467. Grayscale: #8B8B8B. Windows color (decimal): -13976680 or 10009386. OLE color: 10009386.

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

Color convert

RGB42187152-
CMYK0.7800.190.27
HSL165.52º63.32%44.9%-
HSV(B)165.52º77.54%73.33%-
XYZ24.3938.335.81-
YUV139.66134.9658.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.02%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=11.02%
G=49.08%
B=39.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421871520.7800.190.27165.5263.3244.9
Hex2ABB984E0131Ba63f2d
Octal52273230116023332467755
Binary101010101110111001100010011100100111101110100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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