#30EDA6

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

Shades of Shamrock #30EDA6

Tints of Shamrock #30EDA6

Color information

#30EDA6 (or 0x30EDA6) is unknown color: approx Shamrock. HEX triplet: 30, ED and A6. RGB value is (48,237,166). Sum of RGB (Red+Green+Blue) = 48+237+166=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EDA6 is #CF1259. Grayscale: #ACACAC. Windows color (decimal): -13570650 or 10939696. OLE color: 10939696.

HSL color Cylindrical-coordinate representation of color #30EDA6: hue angle of 157.46º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDA6 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB48237166-
CMYK0.8000.300.07
HSL157.46º84%55.88%-
HSV(B)157.46º79.75%92.94%-
XYZ38.3963.9546.4-
YUV172.4124.3839.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.64%
GREEN value IS 237 (92.97% from 255) = 52.55%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=10.64%
G=52.55%
B=36.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal482371660.8000.300.07157.468455.88
Hex30EDA65001E79d5438
Octal60355246120036723512470
Binary11000011101101101001101010000011110111100111011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,237,166); }

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

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

 a { background-color: rgb(48,237,166); }

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

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

 span { border-color: rgb(48,237,166); }

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