#23C2A0

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

Shades of Shamrock #23C2A0

Tints of Shamrock #23C2A0

Color information

#23C2A0 (or 0x23C2A0) is unknown color: approx Shamrock. HEX triplet: 23, C2 and A0. RGB value is (35,194,160). Sum of RGB (Red+Green+Blue) = 35+194+160=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C2A0 is #DC3D5F. Grayscale: #8E8E8E. Windows color (decimal): -14433632 or 10535459. OLE color: 10535459.

HSL color Cylindrical-coordinate representation of color #23C2A0: hue angle of 167.17º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C2A0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB35194160-
CMYK0.8200.180.24
HSL167.17º69.43%44.9%-
HSV(B)167.17º81.96%76.08%-
XYZ26.3341.4839.88-
YUV142.58137.8251.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.00%
GREEN value IS 194 (76.17% from 255) = 49.87%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=9.00%
G=49.87%
B=41.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal351941600.8200.180.24167.1769.4344.9
Hex23C2A05201218a7452d
Octal433022401220223024710555
Binary1000111100001010100000101001001001011000101001111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23C2A0; }

 p { color: rgb(35,194,160); }

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

<style>
 a { background-color: #23C2A0; }

 a { background-color: rgb(35,194,160); }

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

<style>
 span { border-color: #23C2A0; }

 span { border-color: rgb(35,194,160); }

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