#23CA96

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

Shades of Shamrock #23CA96

Tints of Shamrock #23CA96

Color information

#23CA96 (or 0x23CA96) is unknown color: approx Shamrock. HEX triplet: 23, CA and 96. RGB value is (35,202,150). Sum of RGB (Red+Green+Blue) = 35+202+150=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CA96 is #DC3569. Grayscale: #929292. Windows color (decimal): -14431594 or 9882147. OLE color: 9882147.

HSL color Cylindrical-coordinate representation of color #23CA96: hue angle of 161.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CA96 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB35202150-
CMYK0.8300.260.21
HSL161.32º70.46%46.47%-
HSV(B)161.32º82.67%79.22%-
XYZ27.3244.836.06-
YUV146.14130.1748.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.04%
GREEN value IS 202 (79.30% from 255) = 52.20%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=9.04%
G=52.20%
B=38.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal352021500.8300.260.21161.3270.4646.47
Hex23CA965301A15a1462e
Octal433122261230322524110656
Binary1000111100101010010110101001101101010101101000011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,202,150); }

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

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

 a { background-color: rgb(35,202,150); }

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

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

 span { border-color: rgb(35,202,150); }

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