#30BF9A

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

Shades of Shamrock #30BF9A

Tints of Shamrock #30BF9A

Color information

#30BF9A (or 0x30BF9A) is unknown color: approx Shamrock. HEX triplet: 30, BF and 9A. RGB value is (48,191,154). Sum of RGB (Red+Green+Blue) = 48+191+154=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF9A is #CF4065. Grayscale: #909090. Windows color (decimal): -13582438 or 10141488. OLE color: 10141488.

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

Color convert

RGB48191154-
CMYK0.7500.190.25
HSL164.48º59.83%46.86%-
HSV(B)164.48º74.87%74.9%-
XYZ25.6840.2236.98-
YUV144.02133.6259.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.21%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=12.21%
G=48.60%
B=39.19%

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
Decimal481911540.7500.190.25164.4859.8346.86
Hex30BF9A4B01319a43c2f
Octal60277232113023312447457
Binary110000101111111001101010010110100111100110100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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