#30C2A1

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

Shades of Shamrock #30C2A1

Tints of Shamrock #30C2A1

Color information

#30C2A1 (or 0x30C2A1) is unknown color: approx Shamrock. HEX triplet: 30, C2 and A1. RGB value is (48,194,161). Sum of RGB (Red+Green+Blue) = 48+194+161=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #30C2A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C2A1 is #CF3D5E. Grayscale: #929292. Windows color (decimal): -13581663 or 10601008. OLE color: 10601008.

HSL color Cylindrical-coordinate representation of color #30C2A1: hue angle of 166.44º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C2A1 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB48194161-
CMYK0.7500.170.24
HSL166.44º60.33%47.45%-
HSV(B)166.44º75.26%76.08%-
XYZ26.9441.7940.36-
YUV146.58136.1357.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 194 (76.17% from 255) = 48.14%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=11.91%
G=48.14%
B=39.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481941610.7500.170.24166.4460.3347.45
Hex30C2A14B01118a63c2f
Octal60302241113021302467457
Binary110000110000101010000110010110100011100010100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30C2A1; }

 p { color: rgb(48,194,161); }

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

<style>
 a { background-color: #30C2A1; }

 a { background-color: rgb(48,194,161); }

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

<style>
 span { border-color: #30C2A1; }

 span { border-color: rgb(48,194,161); }

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