#30AC66

Color #30AC66 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #30AC66

Tints of Medium Sea Green #30AC66

Color information

#30AC66 (or 0x30AC66) is unknown color: approx Medium Sea Green. HEX triplet: 30, AC and 66. RGB value is (48,172,102). Sum of RGB (Red+Green+Blue) = 48+172+102=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AC66 is #CF5399. Grayscale: #7F7F7F. Windows color (decimal): -13587354 or 6728752. OLE color: 6728752.

HSL color Cylindrical-coordinate representation of color #30AC66: hue angle of 146.13º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC66 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB48172102-
CMYK0.7200.410.33
HSL146.13º56.36%43.14%-
HSV(B)146.13º72.09%67.45%-
XYZ18.3731.0917.6-
YUV126.94113.9271.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 172 (67.58% from 255) = 53.42%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=14.91%
G=53.42%
B=31.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481721020.7200.410.33146.1356.3643.14
Hex30AC66480292192382b
Octal60254146110051412227053
Binary1100001010110011001101001000010100110000110010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,172,102); }

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

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

 a { background-color: rgb(48,172,102); }

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

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

 span { border-color: rgb(48,172,102); }

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