#30BF9E

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

Shades of Shamrock #30BF9E

Tints of Shamrock #30BF9E

Color information

#30BF9E (or 0x30BF9E) is unknown color: approx Shamrock. HEX triplet: 30, BF and 9E. RGB value is (48,191,158). Sum of RGB (Red+Green+Blue) = 48+191+158=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF9E is #CF4061. Grayscale: #909090. Windows color (decimal): -13582434 or 10403632. OLE color: 10403632.

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

Color convert

RGB48191158-
CMYK0.7500.170.25
HSL166.15º59.83%46.86%-
HSV(B)166.15º74.87%74.9%-
XYZ26.0240.3638.77-
YUV144.48135.6259.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.09%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=12.09%
G=48.11%
B=39.80%

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
Decimal481911580.7500.170.25166.1559.8346.86
Hex30BF9E4B01119a63c2f
Octal60277236113021312467457
Binary110000101111111001111010010110100011100110100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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