#2ACB98

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

Shades of Shamrock #2ACB98

Tints of Shamrock #2ACB98

Color information

#2ACB98 (or 0x2ACB98) is unknown color: approx Shamrock. HEX triplet: 2A, CB and 98. RGB value is (42,203,152). Sum of RGB (Red+Green+Blue) = 42+203+152=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACB98 is #D53467. Grayscale: #959595. Windows color (decimal): -13972584 or 10013482. OLE color: 10013482.

HSL color Cylindrical-coordinate representation of color #2ACB98: hue angle of 160.99º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB98 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB42203152-
CMYK0.7900.250.20
HSL160.99º65.71%48.04%-
HSV(B)160.99º79.31%79.61%-
XYZ27.9845.4737.01-
YUV149.05129.6651.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 203 (79.69% from 255) = 51.13%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=10.58%
G=51.13%
B=38.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal422031520.7900.250.20160.9965.7148.04
Hex2ACB984F01914a14230
Octal523132301170312424110260
Binary1010101100101110011000100111101100110100101000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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