#30B99E

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

Shades of Shamrock #30B99E

Tints of Shamrock #30B99E

Color information

#30B99E (or 0x30B99E) is unknown color: approx Shamrock. HEX triplet: 30, B9 and 9E. RGB value is (48,185,158). Sum of RGB (Red+Green+Blue) = 48+185+158=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #30B99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B99E is #CF4661. Grayscale: #8C8C8C. Windows color (decimal): -13583970 or 10402096. OLE color: 10402096.

HSL color Cylindrical-coordinate representation of color #30B99E: hue angle of 168.18º 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 #30B99E is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB48185158-
CMYK0.7400.150.27
HSL168.18º58.8%45.69%-
HSV(B)168.18º74.05%72.55%-
XYZ24.7437.7938.34-
YUV140.96137.6161.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=12.28%
G=47.31%
B=40.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851580.7400.150.27168.1858.845.69
Hex30B99E4A0F1Ba83b2e
Octal60271236112017332507356
Binary11000010111001100111101001010011111101110101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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