#30BF8B

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

Shades of Shamrock #30BF8B

Tints of Shamrock #30BF8B

Color information

#30BF8B (or 0x30BF8B) is unknown color: approx Shamrock. HEX triplet: 30, BF and 8B. RGB value is (48,191,139). Sum of RGB (Red+Green+Blue) = 48+191+139=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF8B is #CF4074. Grayscale: #8E8E8E. Windows color (decimal): -13582453 or 9158448. OLE color: 9158448.

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

Color convert

RGB48191139-
CMYK0.7500.270.25
HSL158.18º59.83%46.86%-
HSV(B)158.18º74.87%74.9%-
XYZ24.5139.7530.81-
YUV142.32126.1260.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 191 (75% from 255) = 50.53%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=12.70%
G=50.53%
B=36.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911390.7500.270.25158.1859.8346.86
Hex30BF8B4B01B199e3c2f
Octal60277213113033312367457
Binary110000101111111000101110010110110111100110011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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