#23DBB4

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

Shades of Shamrock #23DBB4

Tints of Shamrock #23DBB4

Color information

#23DBB4 (or 0x23DBB4) is unknown color: approx Shamrock. HEX triplet: 23, DB and B4. RGB value is (35,219,180). Sum of RGB (Red+Green+Blue) = 35+219+180=434 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.06% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBB4 is #DC244B. Grayscale: #9F9F9F. Windows color (decimal): -14427212 or 11852579. OLE color: 11852579.

HSL color Cylindrical-coordinate representation of color #23DBB4: hue angle of 167.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBB4 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB35219180-
CMYK0.8400.180.14
HSL167.28º72.44%49.8%-
HSV(B)167.28º84.02%85.88%-
XYZ34.2654.3251.86-
YUV159.54139.5439.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.06%
GREEN value IS 219 (85.94% from 255) = 50.46%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=8.06%
G=50.46%
B=41.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal352191800.8400.180.14167.2872.4449.8
Hex23DBB454012Ea74832
Octal433332641240221624711062
Binary100011110110111011010010101000100101110101001111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,219,180); }

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

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

 a { background-color: rgb(35,219,180); }

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

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

 span { border-color: rgb(35,219,180); }

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