#30BF9D

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

Shades of Shamrock #30BF9D

Tints of Shamrock #30BF9D

Color information

#30BF9D (or 0x30BF9D) is unknown color: approx Shamrock. HEX triplet: 30, BF and 9D. RGB value is (48,191,157). Sum of RGB (Red+Green+Blue) = 48+191+157=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF9D is #CF4062. Grayscale: #909090. Windows color (decimal): -13582435 or 10338096. OLE color: 10338096.

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

Color convert

RGB48191157-
CMYK0.7500.180.25
HSL165.73º59.83%46.86%-
HSV(B)165.73º74.87%74.9%-
XYZ25.9440.3238.31-
YUV144.37135.1259.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=12.12%
G=48.23%
B=39.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911570.7500.180.25165.7359.8346.86
Hex30BF9D4B01219a63c2f
Octal60277235113022312467457
Binary110000101111111001110110010110100101100110100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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