#30BF9B

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

Shades of Shamrock #30BF9B

Tints of Shamrock #30BF9B

Color information

#30BF9B (or 0x30BF9B) is unknown color: approx Shamrock. HEX triplet: 30, BF and 9B. RGB value is (48,191,155). Sum of RGB (Red+Green+Blue) = 48+191+155=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF9B is #CF4064. Grayscale: #909090. Windows color (decimal): -13582437 or 10207024. OLE color: 10207024.

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

Color convert

RGB48191155-
CMYK0.7500.190.25
HSL164.9º59.83%46.86%-
HSV(B)164.9º74.87%74.9%-
XYZ25.7740.2637.42-
YUV144.14134.1259.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.18%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=12.18%
G=48.48%
B=39.34%

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
Decimal481911550.7500.190.25164.959.8346.86
Hex30BF9B4B01319a53c2f
Octal60277233113023312457457
Binary110000101111111001101110010110100111100110100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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