#30F3B0

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

Shades of Shamrock #30F3B0

Tints of Shamrock #30F3B0

Color information

#30F3B0 (or 0x30F3B0) is unknown color: approx Shamrock. HEX triplet: 30, F3 and B0. RGB value is (48,243,176). Sum of RGB (Red+Green+Blue) = 48+243+176=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F3B0 is #CF0C4F. Grayscale: #B1B1B1. Windows color (decimal): -13569104 or 11596592. OLE color: 11596592.

HSL color Cylindrical-coordinate representation of color #30F3B0: hue angle of 159.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3B0 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB48243176-
CMYK0.8000.280.05
HSL159.38º89.04%57.06%-
HSV(B)159.38º80.25%95.29%-
XYZ41.1167.8652.01-
YUV177.06127.435.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.28%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=10.28%
G=52.03%
B=37.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482431760.8000.280.05159.3889.0457.06
Hex30F3B05001C59f5939
Octal60363260120034523713171
Binary11000011110011101100001010000011100101100111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,176); }

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

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

 a { background-color: rgb(48,243,176); }

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

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

 span { border-color: rgb(48,243,176); }

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