#30BFA5

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

Shades of Shamrock #30BFA5

Tints of Shamrock #30BFA5

Color information

#30BFA5 (or 0x30BFA5) is unknown color: approx Shamrock. HEX triplet: 30, BF and A5. RGB value is (48,191,165). Sum of RGB (Red+Green+Blue) = 48+191+165=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BFA5 is #CF405A. Grayscale: #919191. Windows color (decimal): -13582427 or 10862384. OLE color: 10862384.

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

Color convert

RGB48191165-
CMYK0.7500.140.25
HSL169.09º59.83%46.86%-
HSV(B)169.09º74.87%74.9%-
XYZ26.6440.6142.03-
YUV145.28139.1258.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.88%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=11.88%
G=47.28%
B=40.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911650.7500.140.25169.0959.8346.86
Hex30BFA54B0E19a93c2f
Octal60277245113016312517457
Binary11000010111111101001011001011011101100110101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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