#30BE99

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

Shades of Shamrock #30BE99

Tints of Shamrock #30BE99

Color information

#30BE99 (or 0x30BE99) is unknown color: approx Shamrock. HEX triplet: 30, BE and 99. RGB value is (48,190,153). Sum of RGB (Red+Green+Blue) = 48+190+153=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE99 is #CF4166. Grayscale: #8F8F8F. Windows color (decimal): -13582695 or 10075696. OLE color: 10075696.

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

Color convert

RGB48190153-
CMYK0.7500.190.25
HSL164.37º59.66%46.67%-
HSV(B)164.37º74.74%74.51%-
XYZ25.3839.7636.47-
YUV143.32133.4660.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=12.28%
G=48.59%
B=39.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481901530.7500.190.25164.3759.6646.67
Hex30BE994B01319a43c2f
Octal60276231113023312447457
Binary110000101111101001100110010110100111100110100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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