#30B99F

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

Shades of Shamrock #30B99F

Tints of Shamrock #30B99F

Color information

#30B99F (or 0x30B99F) is unknown color: approx Shamrock. HEX triplet: 30, B9 and 9F. RGB value is (48,185,159). Sum of RGB (Red+Green+Blue) = 48+185+159=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #30B99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B99F is #CF4660. Grayscale: #8D8D8D. Windows color (decimal): -13583969 or 10467632. OLE color: 10467632.

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

Color convert

RGB48185159-
CMYK0.7400.140.27
HSL168.61º58.8%45.69%-
HSV(B)168.61º74.05%72.55%-
XYZ24.8337.8338.79-
YUV141.07138.1161.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=12.24%
G=47.19%
B=40.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851590.7400.140.27168.6158.845.69
Hex30B99F4A0E1Ba93b2e
Octal60271237112016332517356
Binary11000010111001100111111001010011101101110101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,185,159); }

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

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

 a { background-color: rgb(48,185,159); }

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

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

 span { border-color: rgb(48,185,159); }

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