#30BE8A

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

Shades of Shamrock #30BE8A

Tints of Shamrock #30BE8A

Color information

#30BE8A (or 0x30BE8A) is unknown color: approx Shamrock. HEX triplet: 30, BE and 8A. RGB value is (48,190,138). Sum of RGB (Red+Green+Blue) = 48+190+138=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE8A is #CF4175. Grayscale: #8D8D8D. Windows color (decimal): -13582710 or 9092656. OLE color: 9092656.

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

Color convert

RGB48190138-
CMYK0.7500.270.25
HSL158.03º59.66%46.67%-
HSV(B)158.03º74.74%74.51%-
XYZ24.2239.2930.35-
YUV141.61125.9661.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.77%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=12.77%
G=50.53%
B=36.70%

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
Decimal481901380.7500.270.25158.0359.6646.67
Hex30BE8A4B01B199e3c2f
Octal60276212113033312367457
Binary110000101111101000101010010110110111100110011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,190,138); }

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

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

 a { background-color: rgb(48,190,138); }

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

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

 span { border-color: rgb(48,190,138); }

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