#30BF9F

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

Shades of Shamrock #30BF9F

Tints of Shamrock #30BF9F

Color information

#30BF9F (or 0x30BF9F) is unknown color: approx Shamrock. HEX triplet: 30, BF and 9F. RGB value is (48,191,159). Sum of RGB (Red+Green+Blue) = 48+191+159=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF9F is #CF4060. Grayscale: #909090. Windows color (decimal): -13582433 or 10469168. OLE color: 10469168.

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

Color convert

RGB48191159-
CMYK0.7500.170.25
HSL166.57º59.83%46.86%-
HSV(B)166.57º74.87%74.9%-
XYZ26.1140.3939.22-
YUV144.6136.1259.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 191 (75% from 255) = 47.99%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=12.06%
G=47.99%
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.25
SystemRedGreenBlueCMYKHSL
Decimal481911590.7500.170.25166.5759.8346.86
Hex30BF9F4B01119a73c2f
Octal60277237113021312477457
Binary110000101111111001111110010110100011100110100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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