#30BC8F

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

Shades of Shamrock #30BC8F

Tints of Shamrock #30BC8F

Color information

#30BC8F (or 0x30BC8F) is unknown color: approx Shamrock. HEX triplet: 30, BC and 8F. RGB value is (48,188,143). Sum of RGB (Red+Green+Blue) = 48+188+143=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BC8F is #CF4370. Grayscale: #8D8D8D. Windows color (decimal): -13583217 or 9419824. OLE color: 9419824.

HSL color Cylindrical-coordinate representation of color #30BC8F: hue angle of 160.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC8F is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB48188143-
CMYK0.7400.240.26
HSL160.71º59.32%46.27%-
HSV(B)160.71º74.47%73.73%-
XYZ24.1638.5832.16-
YUV141.01129.1261.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 188 (73.83% from 255) = 49.60%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=12.66%
G=49.60%
B=37.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481881430.7400.240.26160.7159.3246.27
Hex30BC8F4A0181Aa13b2e
Octal60274217112030322417356
Binary110000101111001000111110010100110001101010100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,188,143); }

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

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

 a { background-color: rgb(48,188,143); }

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

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

 span { border-color: rgb(48,188,143); }

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