#30BE9C

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

Shades of Shamrock #30BE9C

Tints of Shamrock #30BE9C

Color information

#30BE9C (or 0x30BE9C) is unknown color: approx Shamrock. HEX triplet: 30, BE and 9C. RGB value is (48,190,156). Sum of RGB (Red+Green+Blue) = 48+190+156=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE9C is #CF4163. Grayscale: #8F8F8F. Windows color (decimal): -13582692 or 10272304. OLE color: 10272304.

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

Color convert

RGB48190156-
CMYK0.7500.180.25
HSL165.63º59.66%46.67%-
HSV(B)165.63º74.74%74.51%-
XYZ25.6339.8637.79-
YUV143.67134.9659.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.18%
GREEN value IS 190 (74.61% from 255) = 48.22%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=12.18%
G=48.22%
B=39.59%

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
Decimal481901560.7500.180.25165.6359.6646.67
Hex30BE9C4B01219a63c2f
Octal60276234113022312467457
Binary110000101111101001110010010110100101100110100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,190,156); }

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

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

 a { background-color: rgb(48,190,156); }

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

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

 span { border-color: rgb(48,190,156); }

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